Skip to content

Commit

Permalink
removed debug console print
Browse files Browse the repository at this point in the history
  • Loading branch information
pierow committed Feb 12, 2021
1 parent 4645fd2 commit fee6c4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/source/pm_shared/pm_shared.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fee6c4c

Please sign in to comment.