diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 304c9f62..a905e15d 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -622,7 +622,8 @@ typedef struct qboolean uncondAlienWin; qboolean uncondHumanWin; - qboolean teamLocked[ TEAM_NUM_TEAMS ]; + qboolean alienTeamLocked; + qboolean humanTeamLocked; } level_locals_t; // |