diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-06 17:36:24 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-06 17:36:24 +0000 |
| commit | f055f15ae7ef67069d51251b43c8bda22622018d (patch) | |
| tree | 0320c5f0aada1626be291cf6b3e3d5227a1bd405 /src/game/game_variables.h | |
| parent | ee105f1cfd701fa411319d6f14c28c7d675afe7a (diff) | |
| download | zcatch-f055f15ae7ef67069d51251b43c8bda22622018d.tar.gz zcatch-f055f15ae7ef67069d51251b43c8bda22622018d.zip | |
added warmup
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 74ac9f75..7cf423a8 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -31,4 +31,6 @@ MACRO_CONFIG_STR(sv_maprotation, 512, "") MACRO_CONFIG_INT(dynamic_camera, 1, 0, 1) +MACRO_CONFIG_INT(warmup, 0, 0, 0) + |