mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 10:11:15 +00:00
Fix naming issue
This commit is contained in:
parent
04e50be900
commit
44429c324d
@ -315,8 +315,8 @@ void LegoRaceCar::VTable0x70(float p_float)
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// this value seems to simulate RPM based on the gear
|
// this value seems to simulate RPM based on the gear
|
||||||
int gear_rpm_factor = (int) (6.0 * absoluteSpeed) % 100;
|
int gearRpmFactor = (int) (6.0 * absoluteSpeed) % 100;
|
||||||
m_frequencyFactor = gear_rpm_factor / 80.0 + 0.7;
|
m_frequencyFactor = gearRpmFactor / 80.0 + 0.7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user