WEAPON_CROWBAR: Don't create an impact spark

This commit is contained in:
Marco Cawthorne 2023-11-13 10:45:41 -08:00
parent 436dbe4641
commit 1be1c6bf47
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
1 changed files with 0 additions and 2 deletions

View File

@ -130,8 +130,6 @@ w_crowbar_primary(player pl)
/* don't bother with decals, we got squibs */
if (trace_ent.iBleeds) {
FX_Blood(trace_endpos, [1,0,0]);
} else {
SurfData_Impact(trace_ent, trace_endpos, trace_plane_normal);
}
if (trace_ent.takedamage) {