diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-13 20:22:09 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-09-17 16:50:17 -0500 |
commit | 6ab49da81133c86a0609832a1336efbee67c1b22 (patch) | |
tree | e52ffef0e9c8f1ae291935ea53ed3b1d11f3de1a /include/slot_machine.h | |
parent | 3dbd375779220dd07c88cdcfae51c43b723a86ec (diff) |
Clean up field_specials documentation
Diffstat (limited to 'include/slot_machine.h')
-rw-r--r-- | include/slot_machine.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/slot_machine.h b/include/slot_machine.h index d441b7411..1b22e165f 100644 --- a/include/slot_machine.h +++ b/include/slot_machine.h @@ -4,6 +4,7 @@ #define NUM_REELS 3 #define REEL_NUM_TAGS 21 #define REEL_TAG_HEIGHT 24 +#define SLOT_MACHINE_COUNT 12 // Lucky Flags #define LUCKY_BIAS_REPLAY (1 << 0) |