Missed call to A_PlayerMelee.

This commit is contained in:
Mari the Deer 2022-08-19 22:37:04 +02:00
commit 76471cbe47
2 changed files with 3 additions and 2 deletions

View file

@ -465,6 +465,7 @@ Class Quadravol : SWWMWeapon
XZW2 A 2
{
A_StartSound("demolitionist/handsup",CHAN_WEAPON,CHANF_OVERLAP);
A_PlayerMelee();
return A_JumpIf(invoker.onehand,"User11H");
}
XZW7 BCDEF 2;