mirror of
https://github.com/Mr-X-GTA/GTAV-Classes-1.git
synced 2024-12-22 14:37:31 +08:00
fix(CAutomobile) Leaking pragma pack
This commit is contained in:
parent
0d0eaa24d1
commit
57f2647c81
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user