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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_weapon.c b/src/game/g_weapon.c
index 357847a..ce0fd1f 100644
--- a/src/game/g_weapon.c
+++ b/src/game/g_weapon.c
@@ -946,7 +946,7 @@ void lightningGunFire( gentity_t *ent )
}
G_UnlaggedOff( );
- G_Damage( target, ent, ent, forward, tr.endpos, damage, 0, MOD_LIGHTNING );
+ G_Damage( target, ent, ent, forward, tr.endpos, damage, DAMAGE_NO_KNOCKBACK, MOD_LIGHTNING );
}