diff options
Diffstat (limited to 'src/game/g_buildable.c')
-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 3420b5b0..ec3c76fd 100644 --- a/src/game/g_buildable.c +++ b/src/game/g_buildable.c @@ -2090,7 +2090,6 @@ qboolean HMGTurret_CheckTarget( gentity_t *self, gentity_t *target, qboolean los_check ) { trace_t tr; - gentity_t *traceEnt; vec3_t dir, end; if( !target || target->health <= 0 || !target->client || |