mirror of
https://github.com/GTAmodding/re3.git
synced 2025-09-08 23:00:56 +02:00
Fix bike's fInAirXRes
This commit is contained in:
@@ -202,7 +202,7 @@ CVector vecTestResistance(0.9995f, 0.9f, 0.95f);
|
|||||||
float fDAxisX = 1.0f;
|
float fDAxisX = 1.0f;
|
||||||
float fDAxisXExtra = 100.0f;
|
float fDAxisXExtra = 100.0f;
|
||||||
float fDAxisY = 1000.0f;
|
float fDAxisY = 1000.0f;
|
||||||
float fInAirXRes = 0.88f;
|
float fInAirXRes = 0.98f;
|
||||||
float fFlySpeedMult = -0.6f;
|
float fFlySpeedMult = -0.6f;
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user