Revert NUM_DECORATION_FLAGS definition
This commit is contained in:
parent
25567070d6
commit
1be5581f19
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
|
||||
#define PLACE_DECORATION_SELECTOR_TAG 0xbe5
|
||||
#define PLACE_DECORATION_PLAYER_TAG 0x008
|
||||
#define NUM_DECORATION_FLAGS (FLAG_DECORATION_13 - FLAG_DECORATION_1 + 1)
|
||||
#define NUM_DECORATION_FLAGS (FLAG_DECORATION_14 - FLAG_DECORATION_1 + 1)
|
||||
|
||||
#define tCursorX data[0]
|
||||
#define tCursorY data[1]
|
||||
|
|
Loading…
Reference in a new issue