mirror of https://github.com/Nofated095/re-GTA.git
rename unused field
This commit is contained in:
parent
ab80ff7132
commit
beb0ec673c
|
@ -108,7 +108,7 @@ struct tHandlingData
|
||||||
float fSteeringLock;
|
float fSteeringLock;
|
||||||
float fTractionLoss;
|
float fTractionLoss;
|
||||||
float fTractionBias;
|
float fTractionBias;
|
||||||
float fABS; // should be VC leftover
|
float fUnused;
|
||||||
float fSuspensionForceLevel;
|
float fSuspensionForceLevel;
|
||||||
float fSuspensionDampingLevel;
|
float fSuspensionDampingLevel;
|
||||||
float fSuspensionUpperLimit;
|
float fSuspensionUpperLimit;
|
||||||
|
|
Loading…
Reference in New Issue