about summary refs log tree commit diff
path: root/src/game/game_variables.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-15 10:47:50 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2007-07-15 10:47:50 +0000
commit8a4cd7627e78d87b44c52bf53786c6891ded6866 (patch)
treed9b3e038554bf10dc4f83c1dcc9e656e6f3f101f /src/game/game_variables.h
parent60b252c584adc35f02ce2e00ea4556cc2a81958d (diff)
downloadzcatch-8a4cd7627e78d87b44c52bf53786c6891ded6866.tar.gz
zcatch-8a4cd7627e78d87b44c52bf53786c6891ded6866.zip
added score and time limit. cleaned up the code aswell abit
Diffstat (limited to 'src/game/game_variables.h')
-rw-r--r--src/game/game_variables.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h
index 4414d5f2..8775074e 100644
--- a/src/game/game_variables.h
+++ b/src/game/game_variables.h
@@ -3,5 +3,6 @@ MACRO_CONFIG_INT(key_move_right, 68, 32, 512)
 MACRO_CONFIG_INT(key_jump, 32, 32, 512)
 MACRO_CONFIG_INT(key_fire, 384, 32, 512)
 MACRO_CONFIG_INT(key_hook, 385, 32, 512)
-//MACRO_CONFIG_INT(key_fire, 'E', 32, 512)
-//MACRO_CONFIG_INT(key_hook, 'Q', 32, 512)
+
+MACRO_CONFIG_INT(scorelimit, 20, 0, 1000)
+MACRO_CONFIG_INT(timelimit, 0, 0, 1000)