From 634410c9248ed9bb5d37a35ff52872d666aba034 Mon Sep 17 00:00:00 2001 From: Yimura Date: Sun, 30 Jan 2022 00:12:18 +0100 Subject: [PATCH] fix(CAutomobile) Leaking pragma pack --- CAutomobile.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CAutomobile.hpp b/CAutomobile.hpp index 6242a7e..1f47d90 100644 --- a/CAutomobile.hpp +++ b/CAutomobile.hpp @@ -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)