From faabf7d64658ae47842b4ccabdb4b68513f3cdf7 Mon Sep 17 00:00:00 2001 From: /dev/humancontroller Date: Sat, 12 Jul 2014 16:07:46 +0200 Subject: fix a bunch of compiler warnings --- src/game/g_main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/game/g_main.c') 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 ) { -- cgit