From cfc47e642fab396bb05cf8672bc4daf08da196e5 Mon Sep 17 00:00:00 2001 From: hondew Date: Wed, 20 May 2020 17:57:11 -0400 Subject: Clean up slot drawing Fix typos --- include/constants/slot_machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/constants/slot_machine.h b/include/constants/slot_machine.h index 0be0e649b..9ecf46d79 100644 --- a/include/constants/slot_machine.h +++ b/include/constants/slot_machine.h @@ -1,7 +1,7 @@ #ifndef GUARD_CONSTANTS_SLOT_MACHINE_H #define GUARD_CONSTANTS_SLOT_MACHINE_H -#define NUM_REELS 3 +#define NUM_REELS 3 #define REEL_NUM_TAGS 21 #define REEL_TAG_HEIGHT 24 #define SLOT_MACHINE_COUNT 12 -- cgit v1.2.3