summaryrefslogtreecommitdiff
path: root/src/game
diff options
context:
space:
mode:
authorM. Kristall <mkpdev@gmail.com>2011-09-25 21:28:36 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:18:14 +0000
commitb59916a9f635f4e7635c155b898dd4e971092ab7 (patch)
treeeb43fa39b894a45fdd6f7f8ae54afab2e2faf09a /src/game
parent50683721c2b68d1b71945115f30f93557ee94217 (diff)
* Remove unused variable
Diffstat (limited to 'src/game')
-rw-r--r--src/game/g_buildable.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_buildable.c b/src/game/g_buildable.c
index 8bfa7048..ecf1d5e9 100644
--- a/src/game/g_buildable.c
+++ b/src/game/g_buildable.c
@@ -932,7 +932,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 ) )