diff options
Diffstat (limited to 'src/cgame/cg_local.h')
-rw-r--r-- | src/cgame/cg_local.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cgame/cg_local.h b/src/cgame/cg_local.h index e637742e..36d859fb 100644 --- a/src/cgame/cg_local.h +++ b/src/cgame/cg_local.h @@ -1276,6 +1276,9 @@ typedef struct int alienStage; int humanStage; + + int numAlienSpawns; + int numHumanSpawns; // // locally derived information from gamestate |