diff options
| author | Olle Rosenquist <phobos99@gmail.com> | 2007-07-22 11:53:15 +0000 |
|---|---|---|
| committer | Olle Rosenquist <phobos99@gmail.com> | 2007-07-22 11:53:15 +0000 |
| commit | 26dd1c20cee2bf814396cb941c6aea68e63d664f (patch) | |
| tree | 96b2ab24e5d5e59ba5b1108b6db090aa93e5c801 /src/game/game_variables.h | |
| parent | 2165a728c25d804128933408cd8753c333be9ed3 (diff) | |
| download | zcatch-26dd1c20cee2bf814396cb941c6aea68e63d664f.tar.gz zcatch-26dd1c20cee2bf814396cb941c6aea68e63d664f.zip | |
Updated stuff
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 2 |
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) |