mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 08:44:08 +00:00
more CBike
This commit is contained in:
parent
7f0474e9de
commit
647fd951ec
4 changed files with 159 additions and 63 deletions
|
@ -1595,7 +1595,7 @@ CAutomobile::ProcessControl(void)
|
|||
|
||||
if(this == FindPlayerVehicle())
|
||||
// BUG: this only observes one of the wheels
|
||||
TheCamera.m_bVehicleSuspenHigh = suspChange > 0.05f;
|
||||
TheCamera.m_bVehicleSuspenHigh = Abs(suspChange) > 0.05f;
|
||||
|
||||
m_aSuspensionSpringRatioPrev[i] = m_aSuspensionSpringRatio[i];
|
||||
m_aSuspensionSpringRatio[i] = 1.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue