aboutsummaryrefslogtreecommitdiffstats
path: root/src/window.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.hpp')
-rw-r--r--src/window.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.hpp b/src/window.hpp
index bba7c07..24d6f4c 100644
--- a/src/window.hpp
+++ b/src/window.hpp
@@ -17,7 +17,7 @@ int initWindow(void);
#define SCREENHEIGHT 900
typedef enum gameState {
-TITLE = 0, GAMEPLAY, NEXT, ENDING
+TITLE = 0, PICK, GAMEPLAY, NEXT, ENDING
} gameState ;
#endif // WINDOW_H_