diff options
Diffstat (limited to 'src/cgame')
-rw-r--r-- | src/cgame/cg_players.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cgame/cg_players.c b/src/cgame/cg_players.c index 54c5acd4..28d19ba9 100644 --- a/src/cgame/cg_players.c +++ b/src/cgame/cg_players.c @@ -2374,7 +2374,6 @@ centity_t *CG_GetLocation( centity_t *cent ) centity_t *eloc, *best; float bestlen, len; vec3_t origin; - trace_t tr; best = NULL; bestlen = 3.0f * 8192.0f * 8192.0f; |