about summary refs log tree commit diff
path: root/src/game/game_variables.h
diff options
context:
space:
mode:
authorOlle Rosenquist <phobos99@gmail.com>2007-07-22 11:53:15 +0000
committerOlle Rosenquist <phobos99@gmail.com>2007-07-22 11:53:15 +0000
commit26dd1c20cee2bf814396cb941c6aea68e63d664f (patch)
tree96b2ab24e5d5e59ba5b1108b6db090aa93e5c801 /src/game/game_variables.h
parent2165a728c25d804128933408cd8753c333be9ed3 (diff)
downloadzcatch-26dd1c20cee2bf814396cb941c6aea68e63d664f.tar.gz
zcatch-26dd1c20cee2bf814396cb941c6aea68e63d664f.zip
Updated stuff
Diffstat (limited to 'src/game/game_variables.h')
-rw-r--r--src/game/game_variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h
index 8775074e..04deceb6 100644
--- a/src/game/game_variables.h
+++ b/src/game/game_variables.h
@@ -4,5 +4,5 @@ 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(scorelimit, 20, 0, 1000)
+MACRO_CONFIG_INT(scorelimit, 2, 0, 1000)
 MACRO_CONFIG_INT(timelimit, 0, 0, 1000)