mirror of
https://github.com/ENSL/NS.git
synced 2024-11-26 22:40:58 +00:00
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:
parent
c5062bb017
commit
c25d30a845
1 changed files with 1 additions and 1 deletions
|
@ -5044,7 +5044,7 @@ void PM_Jump (void)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// tankefugl: 0000522 reverse lerk flight
|
// 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;
|
theLift = 200 * (pmove->forward[2] + 0.5) / 1.5;
|
||||||
|
|
||||||
if (theLift < 0)
|
if (theLift < 0)
|
||||||
|
|
Loading…
Reference in a new issue