summaryrefslogtreecommitdiff
path: root/src/game/g_buildable.c
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2014-07-12 16:07:46 +0200
committerenneract <trem.redman@gmail.com>2014-07-12 17:06:40 +0200
commitfaabf7d64658ae47842b4ccabdb4b68513f3cdf7 (patch)
treec6068758e0e9b7cd504acb93e8830b95215f97d2 /src/game/g_buildable.c
parent267a7f3eb261f8e9ad63570a2f39e18fc2a91b1c (diff)
fix a bunch of compiler warnings
Diffstat (limited to 'src/game/g_buildable.c')
-rw-r--r--src/game/g_buildable.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c
index c1e34bb..3114792 100644
--- a/src/game/g_buildable.c
+++ b/src/game/g_buildable.c
@@ -1060,7 +1060,6 @@ Think function for Alien Overmind
*/
void AOvermind_Think( gentity_t *self )
{
- vec3_t range = { OVERMIND_ATTACK_RANGE, OVERMIND_ATTACK_RANGE, OVERMIND_ATTACK_RANGE };
int i;
if( self->spawned && ( self->health > 0 ) )
@@ -2748,7 +2747,6 @@ G_QueueBuildPoints
*/
void G_QueueBuildPoints( gentity_t *self )
{
- gentity_t *powerEntity;
int queuePoints;
queuePoints = G_QueueValue( self );