diff options
author | M. Kristall <mkpdev@gmail.com> | 2011-09-25 21:28:36 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:18:14 +0000 |
commit | b59916a9f635f4e7635c155b898dd4e971092ab7 (patch) | |
tree | eb43fa39b894a45fdd6f7f8ae54afab2e2faf09a /src/game | |
parent | 50683721c2b68d1b71945115f30f93557ee94217 (diff) |
* Remove unused variable
Diffstat (limited to 'src/game')
-rw-r--r-- | src/game/g_buildable.c | 1 |
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 ) ) |