diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-09-24 21:40:34 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-09-24 21:40:34 +0300 |
commit | fab71cd44004636f3298ef9cef363cf82d85c152 (patch) | |
tree | eba517b7e71b724fcfc80652364bf2c78bb46804 /src/game/g_local.h | |
parent | a23e86b0acb4e43d244d6105b59b67be8ab3e1e8 (diff) |
Added support for forcing random teams when joining the game.
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 44c6996..d82c862 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -1286,6 +1286,7 @@ extern vmCvar_t g_KillRewardMultiplierH; extern vmCvar_t g_ConstantRewardFactor; extern vmCvar_t g_TeamRewardFactor; extern vmCvar_t g_PlayerRewardFactor; +extern vmCvar_t g_ForceRandomTeams; void trap_Print( const char *fmt ); void trap_Error( const char *fmt ); |