summaryrefslogtreecommitdiff
path: root/src/game/g_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_local.h')
-rw-r--r--src/game/g_local.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index 9b3aeb0e..a7078ace 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -590,6 +590,11 @@ typedef struct
spawnQueue_t alienSpawnQueue;
spawnQueue_t humanSpawnQueue;
+
+ int alienStage2Time;
+ int alienStage3Time;
+ int humanStage2Time;
+ int humanStage3Time;
} level_locals_t;
//