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 83b0b11e..8d9b698b 100644 --- a/src/game/g_local.h +++ b/src/game/g_local.h @@ -619,6 +619,9 @@ typedef struct int humanBuildPoints; int humanBuildPointsPowered; + gentity_t *markedBuildables[ MAX_GENTITIES ]; + int numBuildablesForRemoval; + int alienKills; int humanKills; |