diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-08-19 23:59:59 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-08-19 23:59:59 +0300 |
commit | 7ad16ee1fea76bab54d97a78c1063b7c2c2adef6 (patch) | |
tree | 8bb1b1338a6b6b7f393623dd8e083c1754ea4b29 /src/game/g_local.h | |
parent | a7ca0aa8c8a66adce30b8ac21d4849b91e4fc75b (diff) |
Added layout selection support to nextmap vote.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 2683ac5..7052fe4 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1244,6 +1244,7 @@ extern vmCvar_t g_mapRotationNodes; extern vmCvar_t g_mapRotationStack; extern vmCvar_t g_mapLog; extern vmCvar_t g_nextMap; +extern vmCvar_t g_nextLayout; extern vmCvar_t g_initialMapRotation; extern vmCvar_t g_sayAreaRange; extern vmCvar_t g_debugVoices; |