diff --git a/CAutomobile.hpp b/CAutomobile.hpp index e8ee509..6242a7e 100644 --- a/CAutomobile.hpp +++ b/CAutomobile.hpp @@ -4,6 +4,7 @@ #include "CVehicleModelInfo.hpp" #include "fwEntity.hpp" +#pragma pack(push, 4) class CAutomobile : public rage::fwEntity { public: @@ -43,3 +44,4 @@ public: class CPed *m_last_driver; //0x0CE4 }; //Size: 0x0CEC static_assert(sizeof(CAutomobile) == 0xCEC); +#pragma pack(push, 4)