Made the backwards lerk flap as powerful as the forward one for a PT test.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@258 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
tankefugl 2005-07-10 23:38:56 +00:00
parent c5062bb017
commit c25d30a845
1 changed files with 1 additions and 1 deletions

View File

@ -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)