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

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r346 \cu(Fri 19 Aug 21:58:44 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r346 \cu(2022-08-19 21:58:44)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r347 \cu(Fri 19 Aug 22:37:04 CEST 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r347 \cu(2022-08-19 22:37:04)\c-";

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;