diff --git a/wadsrc/static/zscript/shared/player.txt b/wadsrc/static/zscript/shared/player.txt index 98b504985..8b8710416 100644 --- a/wadsrc/static/zscript/shared/player.txt +++ b/wadsrc/static/zscript/shared/player.txt @@ -753,7 +753,7 @@ class PlayerPawn : Actor native Vel.Z -= zpush; move *= cos(Pitch); } - Thrust(move); + Thrust(move, angle); } //----------------------------------------------------------------------------