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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index dfe70341..2236e0d8 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -415,12 +415,18 @@ typedef struct {
//TA: extra stuff:
int numDroidSpawns;
int numHumanSpawns;
+
int numDroidClients;
int numHumanClients;
+
int numLiveDroidClients;
int numLiveHumanClients;
+
int droidBuildPoints;
+ int droidBuildPointsTotal;
int humanBuildPoints;
+ int humanBuildPointsTotal;
+ int humanBuildPointsPowered;
} level_locals_t;
@@ -477,6 +483,7 @@ typedef enum
IBE_NOROOM,
IBE_NOCREEP,
IBE_REACTOR,
+ IBE_NOPOWER,
IBE_MAXERRORS
} itemBuildError_t;