From 233cd1b315cebe21bb86b728ba3d7037cfdd8beb Mon Sep 17 00:00:00 2001 From: Paweł Redman Date: Sun, 18 Nov 2018 00:10:21 +0100 Subject: Don't reset if the player count drops below the threshold. --- src/game/g_local.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/g_local.h') 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; -- cgit