summaryrefslogtreecommitdiff
path: root/catch.h
diff options
context:
space:
mode:
authorVictor Gamper <victor@wenzeslaus.de>2020-01-27 19:06:50 +0100
committerVictor Gamper <victor@wenzeslaus.de>2020-01-27 19:06:50 +0100
commit562df1c63ab343aedd0249a0af391541c3890899 (patch)
tree2be34c103dfd7be543eb95000253780876bbd338 /catch.h
parent6562a7be49070454f426f52845f77165a93a4a02 (diff)
downloadc-catch-562df1c63ab343aedd0249a0af391541c3890899.tar.gz
c-catch-562df1c63ab343aedd0249a0af391541c3890899.zip
Added a game over screen
Diffstat (limited to 'catch.h')
-rw-r--r--catch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/catch.h b/catch.h
index 55d968e..1283a3b 100644
--- a/catch.h
+++ b/catch.h
@@ -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