diff --git a/wadsrc/static/zscript/actors/mbf21.zs b/wadsrc/static/zscript/actors/mbf21.zs index c286f7bde..8116672d2 100644 --- a/wadsrc/static/zscript/actors/mbf21.zs +++ b/wadsrc/static/zscript/actors/mbf21.zs @@ -500,7 +500,7 @@ extend class Weapon if (!weapon) return; if (!dontchangeplayer) player.mo.PlayAttacking2(); - player.SetPsprite(PSP_FLASH, tstate); + player.SetPsprite(PSP_FLASH, tstate, true); } // needed to call A_SeekerMissile with proper defaults.