diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-01-17 12:10:41 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-01-17 12:10:41 -0600 |
commit | d79f440b8d4c5af26a98011719807b05745533e1 (patch) | |
tree | fb731f80808264ec8bc96a02b69d1f1e0f4328d3 /src/field/slot_machine.c | |
parent | bcf3fb87450883c9c26afec55f5f0ddc04864e84 (diff) |
use 'if DEBUG' instead of 'ifdef DEBUG'
Diffstat (limited to 'src/field/slot_machine.c')
-rw-r--r-- | src/field/slot_machine.c | 2 |
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 |