feat(CAutomobile): Added deformation god mode

This commit is contained in:
Yimura 2021-07-26 12:02:40 +02:00
parent 0c87bbdf2f
commit eeaaf20f13

View File

@ -19,7 +19,9 @@ public:
class CHandlingData *m_handling; //0x0938
char pad_0940[2]; //0x0940
uint8_t m_bullet_proof_tyres; //0x0942
char pad_0943[793]; //0x0943
char pad_0943[1]; //0x0943
uint8_t m_deform_god; //0x0944
char pad_0945[791]; //0x0945
float m_gravity; //0x0C5C
}; //Size: 0x0C60
static_assert(sizeof(CAutomobile) == 0xC60);