summaryrefslogtreecommitdiff
path: root/src/game/g_client.c
diff options
context:
space:
mode:
author/dev/humancontroller <devhc@example.com>2014-07-12 16:07:46 +0200
committerenneract <trem.redman@gmail.com>2014-07-12 17:06:40 +0200
commitfaabf7d64658ae47842b4ccabdb4b68513f3cdf7 (patch)
treec6068758e0e9b7cd504acb93e8830b95215f97d2 /src/game/g_client.c
parent267a7f3eb261f8e9ad63570a2f39e18fc2a91b1c (diff)
fix a bunch of compiler warnings
Diffstat (limited to 'src/game/g_client.c')
-rw-r--r--src/game/g_client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_client.c b/src/game/g_client.c
index a3c7a67..0f96ce6 100644
--- a/src/game/g_client.c
+++ b/src/game/g_client.c
@@ -284,7 +284,6 @@ find the nearest impregnated human for spawning
static gentity_t *G_SelectAlienImplantedSpawn( vec3_t preference )
{
int i;
- float r;
gentity_t *search, *spot = NULL;
for( i = 0; i < level.num_entities; i++ )