diff options
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 04deceb6..8775074e 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, 2, 0, 1000) +MACRO_CONFIG_INT(scorelimit, 20, 0, 1000) MACRO_CONFIG_INT(timelimit, 0, 0, 1000) |