summaryrefslogtreecommitdiff
path: root/src/game/g_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r--src/game/g_main.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index 1cbf897..b792bd3 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -1192,7 +1192,6 @@ Recalculate the quantity of building points available to the teams
void G_CalculateBuildPoints( void )
{
int i;
- buildable_t buildable;
// BP queue updates
while( level.alienBuildPointQueue > 0 &&
@@ -2234,9 +2233,7 @@ CheckCvars
void CheckCvars( void )
{
static int lastPasswordModCount = -1;
- static int lastMarkDeconModCount = -1;
static int lastSDTimeModCount = -1;
- static int lastNumZones = 0;
if( g_password.modificationCount != lastPasswordModCount )
{