Sprint footsteps were always spawning splashes on the left foot.
This commit is contained in:
parent
ae80b9d69c
commit
282ba4f18d
2 changed files with 3 additions and 3 deletions
|
|
@ -3112,7 +3112,7 @@ Class Demolitionist : PlayerPawn
|
|||
XZW1 Z 2 A_JumpIf(FastCheck()!=2,"SeeFastEnd");
|
||||
XZW2 A 1 A_JumpIf(FastCheck()!=2,"SeeFastEnd");
|
||||
XZW2 B 1 A_JumpIf(FastCheck()!=2,"SeeFastEnd");
|
||||
XZW2 C 0 A_Footstep(1,2);
|
||||
XZW2 C 0 A_Footstep(-1,2);
|
||||
XZW2 C 1 A_JumpIf(FastCheck()!=2,"SeeFastEnd");
|
||||
XZW2 D 2 A_JumpIf(FastCheck()!=2,"SeeFastEnd");
|
||||
XZW2 E 2 A_JumpIf(FastCheck()!=2,"SeeFastEnd");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue