diff options
author | Mikko Tiusanen <ams@daug.net> | 2015-01-25 23:47:16 +0200 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2015-01-25 23:47:16 +0200 |
commit | 56382169c394bc6a1e63a91fdd59b58ac3974986 (patch) | |
tree | ca7b9e762d4dfc7a11bc01e7dcbe072f465dc343 /src/cgame/cg_buildable.c | |
parent | 67948a489d2a07b94b6d5a3eeb2b642146865a61 (diff) |
Fixed compiler warnings in all game, cgame sources.
Diffstat (limited to 'src/cgame/cg_buildable.c')
-rw-r--r-- | src/cgame/cg_buildable.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cgame/cg_buildable.c b/src/cgame/cg_buildable.c index 909615f..5ecdafb 100644 --- a/src/cgame/cg_buildable.c +++ b/src/cgame/cg_buildable.c @@ -75,12 +75,12 @@ void CG_AlienBuildableExplosion( vec3_t origin, vec3_t dir, int buildable ) /* =================== -CG_AlienSPITEFUL_ABCESSExplosion +CG_AlienSpitefulAbcessExplosion Generated a bunch of gibs launching out from a location =================== */ -void CG_AlienSPITEFUL_ABCESSExplosion( vec3_t origin, vec3_t dir ) +void CG_AlienSpitefulAbcessExplosion( vec3_t origin, vec3_t dir ) { particleSystem_t *ps; @@ -141,7 +141,7 @@ static void CG_Creep( centity_t *cent ) vec3_t temp, origin; int scaleUpTime = BG_Buildable( cent->currentState.modelindex )->buildTime; int time; - int creepSize; + // int creepSize; time = cent->currentState.time; //should the creep be growing or receding? |