mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 03:25:41 +00:00
old line was better (until we know whats going on)
This commit is contained in:
parent
2268365c3b
commit
e58acce9e4
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ cHandlingDataMgr::ConvertDataToGameUnits(tHandlingData *handling)
|
|||
handling->fBuoyancy = 100.0f/handling->nPercentSubmerged * GRAVITY*handling->fMass;
|
||||
|
||||
// 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;
|
||||
b = 100.0f;
|
||||
velocity = handling->Transmission.fMaxVelocity;
|
||||
|
|
Loading…
Reference in a new issue