diff options
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r-- | src/game/g_weapon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index dcd65a09..dfa96ab3 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -1263,7 +1263,7 @@ qboolean CheckPounceAttack( gentity_t *ent ) if( ent->client->pmext.pouncePayload <= 0 ) return qfalse; - // In case the goon lands on his target, he get's one shot after landing + // In case the goon lands on his target, he gets one shot after landing payload = ent->client->pmext.pouncePayload; if( !( ent->client->ps.pm_flags & PMF_CHARGE ) ) ent->client->pmext.pouncePayload = 0; |