diff --git a/main/source/pm_shared/pm_shared.cpp b/main/source/pm_shared/pm_shared.cpp index fd6c1a3..4b3b8a0 100644 --- a/main/source/pm_shared/pm_shared.cpp +++ b/main/source/pm_shared/pm_shared.cpp @@ -5044,7 +5044,7 @@ void PM_Jump (void) else { // tankefugl: 0000522 reverse lerk flight - theThrust = pmove->cmd.forwardmove * kWingThrustBackwardScalar; + theThrust = pmove->cmd.forwardmove * kWingThrustForwardScalar; //kWingThrustBackwardScalar; theLift = 200 * (pmove->forward[2] + 0.5) / 1.5; if (theLift < 0)