diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-10 19:13:00 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-12-10 19:13:00 +0000 |
| commit | 014dcf97c0b7a7c5354478335a27e89c1209a765 (patch) | |
| tree | 5a32a6c4bff76bd157d58e1ceec2a24111741b4e /src/game/game_variables.h | |
| parent | 6f20ceabcc92fcf57e52f443f3865217e970f74b (diff) | |
| download | zcatch-014dcf97c0b7a7c5354478335a27e89c1209a765.tar.gz zcatch-014dcf97c0b7a7c5354478335a27e89c1209a765.zip | |
crash fixes and added options
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h index f5cfb523..71297d69 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -24,7 +24,6 @@ MACRO_CONFIG_INT(key_console, 256+2, 32, 512) MACRO_CONFIG_INT(key_remoteconsole, 256+3, 32, 512) MACRO_CONFIG_INT(autoswitch_weapons, 0, 0, 1) -MACRO_CONFIG_INT(scroll_weapon, 1, 0, 1) MACRO_CONFIG_INT(scorelimit, 20, 0, 1000) MACRO_CONFIG_INT(timelimit, 0, 0, 1000) @@ -34,7 +33,8 @@ MACRO_CONFIG_INT(restart, 0, 0, 120) MACRO_CONFIG_INT(dbg_bots, 0, 0, 7) MACRO_CONFIG_INT(cl_predict, 1, 0, 1) -MACRO_CONFIG_INT(cl_nameplates, 0, 0, 2) +MACRO_CONFIG_INT(cl_nameplates, 0, 0, 1) +MACRO_CONFIG_INT(cl_nameplates_always, 0, 0, 1) MACRO_CONFIG_STR(sv_maprotation, 512, "") MACRO_CONFIG_INT(sv_powerups, 1, 0, 1) |