diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-04 23:00:20 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-04 23:00:20 +0000 |
| commit | 018abbdd0a770cde38035fe44e0dcef55b2d4b50 (patch) | |
| tree | d78db6e2992ab28c7cf1f8f9f8fe812b6749f18c /src/game/game_variables.h | |
| parent | b73dcec3975877fd374b55b425c99bb1d6921b53 (diff) | |
| download | zcatch-018abbdd0a770cde38035fe44e0dcef55b2d4b50.tar.gz zcatch-018abbdd0a770cde38035fe44e0dcef55b2d4b50.zip | |
added map rotation
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 889b8786..59af7246 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -25,6 +25,8 @@ MACRO_CONFIG_STR(gametype, 32, "dm") 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) |