Added KERS boost fields. (#131)

This commit is contained in:
gir489 2023-08-05 12:15:37 -04:00 committed by GitHub
parent 468161a36d
commit 9da68ec827
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,10 @@ public:
float m_rpm; //0x08D0 float m_rpm; //0x08D0
char pad_08D4[0x34]; //0x8D4 char pad_08D4[0x34]; //0x8D4
float m_engine_health; //0x08E8 float m_engine_health; //0x08E8
char pad_08EC[0x2C]; //0x08EC char pad_08EC[0x18]; //0x08EC
float m_kers_boost_max; //0x0904
float m_kers_boost; //0x0908
char pad_090C[0xC]; //0x090C
CHandlingData* m_handling_data; //0x0918 CHandlingData* m_handling_data; //0x0918
char pad_0920[0x2]; //0x0920 char pad_0920[0x2]; //0x0920
uint8_t m_is_drivable; //0x0922 uint8_t m_is_drivable; //0x0922