summaryrefslogtreecommitdiff
path: root/src/field/slot_machine.c
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2018-01-17 12:10:41 -0600
committerCameron Hall <cameronghall@cox.net>2018-01-17 12:10:41 -0600
commitd79f440b8d4c5af26a98011719807b05745533e1 (patch)
treefb731f80808264ec8bc96a02b69d1f1e0f4328d3 /src/field/slot_machine.c
parentbcf3fb87450883c9c26afec55f5f0ddc04864e84 (diff)
use 'if DEBUG' instead of 'ifdef DEBUG'
Diffstat (limited to 'src/field/slot_machine.c')
-rw-r--r--src/field/slot_machine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/slot_machine.c b/src/field/slot_machine.c
index e231f686d..311679cb7 100644
--- a/src/field/slot_machine.c
+++ b/src/field/slot_machine.c
@@ -2855,7 +2855,7 @@ static void sub_8104C5C(void)
static void LoadSlotMachineWheelOverlay(void);
-#ifdef DEBUG
+#if DEBUG
// should be static
__attribute__((section(".bss"))) u8 unk_debug_bss_1[0xC] = { 0 };
#endif