diff options
Diffstat (limited to 'src/game/g_weapon.c')
-rw-r--r-- | src/game/g_weapon.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c index 3f2e48a..2aa9563 100644 --- a/src/game/g_weapon.c +++ b/src/game/g_weapon.c @@ -610,7 +610,6 @@ void NapalmFire( gentity_t *ent, qboolean secondary ) damage, LCANNON_RADIUS, LCANNON_SPEED ); NapalmChargeImp( ent, muzzle, forward, - ent->client->ps.stats[ STAT_MISC ] * damage, LCANNON_RADIUS, LCANNON_SPEED ); ent->client->ps.stats[ STAT_MISC ] = 0; |