diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2022-01-16 17:44:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-16 17:44:58 -0500 |
commit | 69759b2d128ea27f3bc9ebdb7e58ea3698d0a491 (patch) | |
tree | c3c903b07957a265746bd778c71782f7f446153b /src | |
parent | 14a11899cfcc8a053b6fed45356b524097c8aa70 (diff) | |
parent | 8b920691e6a7ac3b14cd553cc3020ded2f1ca4d9 (diff) |
Merge pull request #1601 from GriffinRichards/fix-decor-flag
Fix FLAG_DECORATION_0 name
Diffstat (limited to 'src')
-rw-r--r-- | src/decoration.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoration.c b/src/decoration.c index 118b4918e..78f6ccb40 100644 --- a/src/decoration.c +++ b/src/decoration.c @@ -41,7 +41,7 @@ #define PLACE_DECORATION_SELECTOR_TAG 0xbe5 #define PLACE_DECORATION_PLAYER_TAG 0x008 -#define NUM_DECORATION_FLAGS (FLAG_DECORATION_14 - FLAG_DECORATION_0) +#define NUM_DECORATION_FLAGS (FLAG_DECORATION_14 - FLAG_DECORATION_1 + 1) #define tCursorX data[0] #define tCursorY data[1] |