about summary refs log tree commit diff
path: root/src/game/game_variables.h
diff options
context:
space:
mode:
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)