Skip to content

Commit 0d8ebc6

Browse files
committed
Fixed MBF21_GunFlashTo
This needs to use the original vanilla behavior for processing PSprites since it's dehacked.
1 parent 51a069a commit 0d8ebc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wadsrc/static/zscript/actors/mbf21.zs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ extend class Weapon
500500
if (!weapon) return;
501501

502502
if (!dontchangeplayer) player.mo.PlayAttacking2();
503-
player.SetPsprite(PSP_FLASH, tstate);
503+
player.SetPsprite(PSP_FLASH, tstate, true);
504504
}
505505

506506
// needed to call A_SeekerMissile with proper defaults.

0 commit comments

Comments
 (0)