mirror of
https://github.com/ENSL/NS.git
synced 2024-11-25 22:11:04 +00:00
removed debug console print
This commit is contained in:
parent
4645fd2166
commit
fee6c4c975
1 changed files with 0 additions and 1 deletions
|
@ -6389,7 +6389,6 @@ void PM_Jetpack()
|
|||
}
|
||||
|
||||
float theWeightScalar = kBaseScalar + (1.0f - kBaseScalar)*((pmove->clientmaxspeed - theMinMarineSpeed)/(theMaxMarineSpeed - theMinMarineSpeed));
|
||||
ALERT(at_console, "weightscalar = %f wishvel0= %f wishvel1= %f", theWeightScalar, theWishVelocity[0], theWishVelocity[1]);
|
||||
|
||||
// Old lateral jetpack code - acceleration scales with framerate
|
||||
//pmove->velocity[0] += (theWishVelocity[0]/pmove->clientmaxspeed)*kJetpackLateralScalar;
|
||||
|
|
Loading…
Reference in a new issue