mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 11:29:02 +00:00
unused var
This commit is contained in:
parent
d8a04c9e43
commit
ec61964bce
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ void
|
||||||
cHandlingDataMgr::ConvertDataToGameUnits(tHandlingData *handling)
|
cHandlingDataMgr::ConvertDataToGameUnits(tHandlingData *handling)
|
||||||
{
|
{
|
||||||
// acceleration is in ms^-2, but we need mf^-2 where f is one frame time (50fps)
|
// acceleration is in ms^-2, but we need mf^-2 where f is one frame time (50fps)
|
||||||
float velocity, a, b, specificVolume;
|
float velocity, a, b;
|
||||||
|
|
||||||
handling->Transmission.fEngineAcceleration *= 1.0f/(50.0f*50.0f);
|
handling->Transmission.fEngineAcceleration *= 1.0f/(50.0f*50.0f);
|
||||||
handling->Transmission.fMaxVelocity *= 1000.0f/(60.0f*60.0f * 50.0f);
|
handling->Transmission.fMaxVelocity *= 1000.0f/(60.0f*60.0f * 50.0f);
|
||||||
|
|
Loading…
Reference in a new issue