summaryrefslogtreecommitdiff
path: root/src/game/g_weapon.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r--src/game/g_weapon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index c6a8759e..d036c0f5 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -809,7 +809,10 @@ qboolean CheckPounceAttack( gentity_t *ent )
return qfalse;
if( ent->client->ps.groundEntityNum != ENTITYNUM_NONE )
+ {
+ ent->client->allowedToPounce = qfalse;
return qfalse;
+ }
// set aiming directions
AngleVectors( ent->client->ps.viewangles, forward, right, up );