Fixed misspelled preprocessor directive (#unddef, should be #undef)

This commit is contained in:
Ignacio R. Morelle 2008-08-15 22:36:01 +00:00
parent 295a39816c
commit 534e51c76b
2 changed files with 4 additions and 4 deletions

View file

@ -127,4 +127,4 @@
# No idea what this style does, just leave it disabled for now.
#{__WINDOW "menu2" "menu2" "menu2"}
#unddef __WINDOW
#undef __WINDOW

View file

@ -128,7 +128,7 @@
[/panel_definition]
#unddef BASE_NAME
#undef BASE_NAME
#define RESOLUTION WIDTH HEIGHT IMAGE_WIDTH
[resolution]
@ -225,7 +225,7 @@
[/window]
#unddef RESOLUTION
#undef RESOLUTION
#define RESOLUTION_RIGHT WIDTH HEIGHT IMAGE_WIDTH
[resolution]
@ -321,4 +321,4 @@
[/window]
#unddef RESOLUTION_RIGHT
#undef RESOLUTION_RIGHT