diff options
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r-- | src/game/g_local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h index 9f267c51..2026470d 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -520,6 +520,9 @@ typedef struct int alienKills; int humanKills; + qboolean reactorPresent; + qboolean overmindPresent; + pTeam_t lastWin; } level_locals_t; |