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 002d4cb5..ee8a8a57 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -595,6 +595,9 @@ typedef struct int alienStage3Time; int humanStage2Time; int humanStage3Time; + + qboolean uncondAlienWin; + qboolean uncondHumanWin; } level_locals_t; // |