summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-11-18 00:10:21 +0100
committerPaweł Redman <pawel.redman@gmail.com>2018-11-18 00:10:42 +0100
commit91a67d68b5788f97c075bce8db1e59c73340589e (patch)
treed58f749a36b76acc1ca8dd7a8d7e354c4108e062 /src/game/g_local.h
parentb613d50e14af12d5e882fcdab32b67a794dd0a04 (diff)
Don't reset if the player count drops below the threshold.
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index d7c3860..f4961fd 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -834,6 +834,7 @@ typedef struct
int antistackNextCheck;
qboolean antistackWasHandicapping;
+ qboolean antistackHadEnoughPlayers;
float alienHandicap;
float humanHandicap;
} level_locals_t;