mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 04:20:46 +00:00
ProcessCarUpdate
This commit is contained in:
@ -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 */
|
||||
};
|
||||
|
@ -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");
|
||||
|
Reference in New Issue
Block a user