From 9208fb9b77406cd9fa0a26618314a87ddcb7bb97 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 22 Dec 2018 19:12:34 +0100 Subject: [PATCH] - missed this. --- wadsrc/static/zscript/inventory/stateprovider.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/inventory/stateprovider.txt b/wadsrc/static/zscript/inventory/stateprovider.txt index e274c0ea3..7ba48b844 100644 --- a/wadsrc/static/zscript/inventory/stateprovider.txt +++ b/wadsrc/static/zscript/inventory/stateprovider.txt @@ -231,7 +231,7 @@ class StateProvider : Inventory { // This original implementation is to aim straight ahead and then offset // the angle from the resulting direction. - misl.Angle += spawnangle; + misl.Angle += angle; misl.VelFromAngle(misl.Vel.XY.Length()); } }