diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-17 18:01:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 18:01:20 -0400 |
commit | 58b8d7c297576846aeef4173bbe8a6a71608ad98 (patch) | |
tree | 319f3958ba9d39b05eac1d8ca5d4937c1224577d /include/slot_machine.h | |
parent | 945d3d3a27f6e5005e5481bb2ad36f1a2a220d3d (diff) | |
parent | 459fca289caa2be09864412c82a868862978f082 (diff) |
Merge branch 'master' into document-eventscripts
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) |