summaryrefslogtreecommitdiff
path: root/src/game/g_weapon.c
diff options
context:
space:
mode:
authorMikko Tiusanen <ams@daug.net>2014-09-02 23:22:24 +0300
committerMikko Tiusanen <ams@daug.net>2014-09-02 23:22:24 +0300
commitc9cd49156309f29a8576ac17788dfd6ead583cc4 (patch)
treea525706c9222214e3cf36eac63ba689ad80ddf65 /src/game/g_weapon.c
parentfd0c5a395999655866303cd54ce6e6d65b00c0a7 (diff)
Hummel can now stop mid-air by using the walk key.
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r--src/game/g_weapon.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index feee414..740ab32 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -1732,8 +1732,6 @@ void Prickles( gentity_t *ent )
vec3_t end;
float r;
float u;
- gentity_t *tent;
- gentity_t *traceEnt;
r = random( ) * M_PI * 2.0f;
u = sin( r ) * crandom( ) * LEVEL5_PRICKLES_SPREAD * 16;