mirror of
https://github.com/ENSL/NS.git
synced 2024-11-22 12:41:33 +00:00
comment clean up
This commit is contained in:
parent
ab841b0573
commit
4645fd2166
1 changed files with 0 additions and 4 deletions
|
@ -6409,10 +6409,6 @@ void PM_Jetpack()
|
|||
}
|
||||
else
|
||||
{
|
||||
//pmove->velocity[0] += (theWishVelocity[0] / pmove->clientmaxspeed) * (theTimePassed * theWeightScalar*kJetpackForce);
|
||||
//pmove->velocity[1] += (theWishVelocity[1] / pmove->clientmaxspeed) * (theTimePassed * theWeightScalar*kJetpackForce);
|
||||
//pmove->velocity[2] += theTimePassed*theWeightScalar*kJetpackForce;
|
||||
|
||||
pmove->velocity[0] += (theWishVelocity[0] / pmove->clientmaxspeed) * (theTimePassed * kJetpackForce);
|
||||
pmove->velocity[1] += (theWishVelocity[1] / pmove->clientmaxspeed) * (theTimePassed * kJetpackForce);
|
||||
pmove->velocity[2] += theTimePassed*theWeightScalar*kJetpackForce;
|
||||
|
|
Loading…
Reference in a new issue