Fixed misspelled preprocessor directive (#unddef, should be #undef)
This commit is contained in:
parent
295a39816c
commit
534e51c76b
2 changed files with 4 additions and 4 deletions
|
@ -127,4 +127,4 @@
|
|||
# No idea what this style does, just leave it disabled for now.
|
||||
#{__WINDOW "menu2" "menu2" "menu2"}
|
||||
|
||||
#unddef __WINDOW
|
||||
#undef __WINDOW
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue