small cleanup

This commit is contained in:
aap
2021-01-08 01:44:19 +01:00
parent 556b9ae574
commit d820df0dbe
3 changed files with 6 additions and 9 deletions

View File

@ -350,7 +350,7 @@ void
cHandlingDataMgr::ConvertDataToGameUnits(tHandlingData *handling)
{
// convert distance to m, time to 1/50s
float velocity, a, b, specificVolume;
float velocity, a, b;
handling->Transmission.fEngineAcceleration *= 1.0f/(50.0f*50.0f);
handling->Transmission.fMaxVelocity *= 1000.0f/(60.0f*60.0f * 50.0f);