mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 01:39:23 +00:00
more CBike
This commit is contained in:
parent
7f0474e9de
commit
647fd951ec
4 changed files with 159 additions and 63 deletions
|
@ -71,12 +71,12 @@ public:
|
|||
uint8 bWaterTight : 1;
|
||||
uint8 m_bike_flag08 : 1;
|
||||
uint8 bIsStanding : 1;
|
||||
uint8 m_bike_flag20 : 1;
|
||||
uint8 bExtraSpeed : 1; // leaning forward
|
||||
uint8 m_bike_flag40 : 1;
|
||||
uint8 m_bike_flag80 : 1;
|
||||
int16 m_doingBurnout;
|
||||
float m_fTireTemperature;
|
||||
float someAngle;
|
||||
float m_fBrakeDestabilization;
|
||||
uint32 field_490;
|
||||
float m_fFireBlowUpTimer;
|
||||
CPhysical *m_aGroundPhysical[4];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue