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, 3 insertions, 2 deletions
diff --git a/src/game/g_local.h b/src/game/g_local.h
index a176e444..bd77686e 100644
--- a/src/game/g_local.h
+++ b/src/game/g_local.h
@@ -471,9 +471,7 @@ typedef struct {
int numLiveHumanClients;
int droidBuildPoints;
- int droidBuildPointsTotal;
int humanBuildPoints;
- int humanBuildPointsTotal;
int humanBuildPointsPowered;
} level_locals_t;
@@ -844,6 +842,9 @@ extern vmCvar_t g_enableDust;
extern vmCvar_t g_enableBreath;
extern vmCvar_t g_singlePlayer;
+extern vmCvar_t g_humanBuildPoints;
+extern vmCvar_t g_droidBuildPoints;
+
void trap_Printf( const char *fmt );
void trap_Error( const char *fmt );
int trap_Milliseconds( void );