summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-01-09 01:31:42 -0500
committerGriffinR <griffin.g.richards@gmail.com>2022-01-09 01:31:42 -0500
commit8b920691e6a7ac3b14cd553cc3020ded2f1ca4d9 (patch)
tree3d65c441a7c53de2e902968ef06afdd652f5f9a7 /src
parenta837d1fe2c43418161704c0a206a3dea2c6cd17a (diff)
Fix FLAG_DECORATION_0 name
Diffstat (limited to 'src')
-rw-r--r--src/decoration.c2
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]