fix(CPhysical): maxhealth member type (#37)

This commit is contained in:
Yimura 2022-09-12 22:48:14 +01:00 committed by GitHub
parent e0b6b57b25
commit 87dadd8f5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ namespace rage
char gap198[232];
float m_health; //0x0280
char pad_0284[28];
uint32_t m_maxhealth; //0x02A0
float m_maxhealth; //0x02A0
char gap2A4[4];
uint64_t qword2A8;
char gap2B0[72];

View File

@ -7,7 +7,7 @@
class CHandlingData
{
public:
char pad_0000[8]; //0x0000
uint64_t qword0; //0x0000
uint32_t m_model_hash; //0x0008
float m_mass; //0x000C
float m_initial_drag_coeff; //0x0010