summaryrefslogtreecommitdiff
path: root/src/game/g_active.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_active.c
parent267a7f3eb261f8e9ad63570a2f39e18fc2a91b1c (diff)
fix a bunch of compiler warnings
Diffstat (limited to 'src/game/g_active.c')
-rw-r--r--src/game/g_active.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_active.c b/src/game/g_active.c
index 95f00d6..c21eec0 100644
--- a/src/game/g_active.c
+++ b/src/game/g_active.c
@@ -610,7 +610,6 @@ void ClientTimerActions( gentity_t *ent, int msec )
qboolean walking = qfalse, stopped = qfalse,
crouched = qfalse, jumping = qfalse,
strafing = qfalse;
- int i;
ucmd = &ent->client->pers.cmd;