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 */
};