fix(CAutomobile) Leaking pragma pack

This commit is contained in:
Yimura 2022-01-30 00:12:18 +01:00
parent fc30a4b381
commit 634410c924
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682

View File

@ -44,4 +44,4 @@ public:
class CPed *m_last_driver; //0x0CE4
}; //Size: 0x0CEC
static_assert(sizeof(CAutomobile) == 0xCEC);
#pragma pack(push, 4)
#pragma pack(pop)