mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-26 12:22:35 +01:00
- increase car wheel landing vibration sensitivity
This commit is contained in:
parent
46c8c7fccf
commit
a235dffd3a
@ -337,9 +337,11 @@ void AddWheelForcesDriver1(CAR_DATA* cp, CAR_LOCALS* cl)
|
||||
}
|
||||
}
|
||||
|
||||
if (newCompression >= 85)
|
||||
if (newCompression >= 65)
|
||||
SetPadVibration(*cp->ai.padid, 1);
|
||||
else if (newCompression >= 35)
|
||||
SetPadVibration(*cp->ai.padid, 2);
|
||||
else if (newCompression > 48)
|
||||
else if (newCompression > 25)
|
||||
SetPadVibration(*cp->ai.padid, 3);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user