1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-07-01 02:23:47 +00:00

old line was better (until we know whats going on)

This commit is contained in:
aap 2021-01-02 13:00:23 +01:00
parent 2268365c3b
commit e58acce9e4

View file

@ -363,7 +363,7 @@ cHandlingDataMgr::ConvertDataToGameUnits(tHandlingData *handling)
handling->fBuoyancy = 100.0f/handling->nPercentSubmerged * GRAVITY*handling->fMass; handling->fBuoyancy = 100.0f/handling->nPercentSubmerged * GRAVITY*handling->fMass;
// What the hell is going on here? // What the hell is going on here?
specificVolume = handling->Dimension.z * (handling->Dimension.x / 2.f) / handling->fMass; // ? specificVolume = handling->Dimension.x*handling->Dimension.z*0.5f / handling->fMass; // ?
a = 0.0f; a = 0.0f;
b = 100.0f; b = 100.0f;
velocity = handling->Transmission.fMaxVelocity; velocity = handling->Transmission.fMaxVelocity;