ProcessCarUpdate

This commit is contained in:
Nikolay Korolev
2019-06-29 23:15:55 +03:00
parent 647db5cf34
commit b2b750bc90
6 changed files with 146 additions and 37 deletions

View File

@ -18,7 +18,9 @@ public:
float m_afWheelRotation[4];
uint8 stuff3[200];
float m_fCarGunLR;
uint8 stuff4[36];
uint8 stuff4[13];
uint8 m_nDriveWheelsOnGround;
uint8 stuff5[22];
void SetDoorDamage(int32, uint32, bool); /* TODO: eDoors */
};

View File

@ -6,6 +6,8 @@ class CBoat : public CVehicle
{
public:
// 0x288
uint8 stuff[508];
uint8 stuff1[57];
bool m_bIsAnchored;
uint8 stuff[450];
};
static_assert(sizeof(CBoat) == 0x484, "CBoat: error");