mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 14:00:37 +00:00
Struct cleanup, various fixes, enable PS2 rand
This commit is contained in:
parent
9bfcaff849
commit
1ffc37735e
27 changed files with 93 additions and 80 deletions
|
@ -101,7 +101,7 @@ struct tHandlingData
|
|||
float fSteeringLock;
|
||||
float fTractionLoss;
|
||||
float fTractionBias;
|
||||
uint32 field_AC;
|
||||
float fABS; // should be VC leftover
|
||||
float fSuspensionForceLevel;
|
||||
float fSuspensionDampingLevel;
|
||||
float fSuspensionUpperLimit;
|
||||
|
@ -126,7 +126,7 @@ private:
|
|||
float field_C; // unused it seems
|
||||
float field_10; //
|
||||
tHandlingData HandlingData[NUMHANDLINGS];
|
||||
uint32 field_302C; // unused it seems, padding?
|
||||
uint32 field_302C; // unused it seems
|
||||
|
||||
public:
|
||||
cHandlingDataMgr(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue