diff options
author | Mikko Tiusanen <ams@daug.net> | 2014-09-02 23:22:24 +0300 |
---|---|---|
committer | Mikko Tiusanen <ams@daug.net> | 2014-09-02 23:22:24 +0300 |
commit | c9cd49156309f29a8576ac17788dfd6ead583cc4 (patch) | |
tree | a525706c9222214e3cf36eac63ba689ad80ddf65 /src/game/g_weapon.c | |
parent | fd0c5a395999655866303cd54ce6e6d65b00c0a7 (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.c | 2 |
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; |