summaryrefslogtreecommitdiff
path: root/src/game/g_buildable.c
diff options
context:
space:
mode:
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 );