diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-04 23:58:22 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-04 23:58:22 +0000 |
| commit | f7b5cfc67284768e2ba4c30f5e63a49b64d29e01 (patch) | |
| tree | aabcce334f90dcd8d3b8368851ae568b2f8202a3 /src/game/game_variables.h | |
| parent | 018abbdd0a770cde38035fe44e0dcef55b2d4b50 (diff) | |
| download | zcatch-f7b5cfc67284768e2ba4c30f5e63a49b64d29e01.tar.gz zcatch-f7b5cfc67284768e2ba4c30f5e63a49b64d29e01.zip | |
fixed restart command
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h index 59af7246..74ac9f75 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -21,10 +21,12 @@ MACRO_CONFIG_INT(scroll_weapon, 1, 0, 1) MACRO_CONFIG_INT(scorelimit, 20, 0, 1000) MACRO_CONFIG_INT(timelimit, 0, 0, 1000) MACRO_CONFIG_STR(gametype, 32, "dm") +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_STR(sv_maprotation, 512, "") MACRO_CONFIG_INT(dynamic_camera, 1, 0, 1) |