diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-06-12 14:52:40 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-06-12 14:52:40 +0300 |
commit | 6c8c4388491928043fb6e2175616656db12fa754 (patch) | |
tree | 92707864b0c30b9b649f42d891af1b4717587594 /src/game/g_local.h | |
parent | 30c7eca2541d5642dd4a97e8e481686f38a43ea8 (diff) |
No more automatic team balance when humans don't have powered armouries left.
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 183985b..179144c 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -625,6 +625,7 @@ typedef struct int numAlienSpawns; int numHumanSpawns; + int numHumanArmouries; int numAlienClients; int numHumanClients; |