diff options
Diffstat (limited to 'catch.h')
-rw-r--r-- | catch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ #define STATE_MAIN_MENU 1 #define STATE_GAME 2 #define STATE_GAME_OVER 3 -#define GAME_TIME 60 +#define GAME_TIME 10 #define TICK_SPEED 50 #define TICKS_PER_SECOND 10000 / TICK_SPEED |