From 10fd61e284f3b72eeb5eefe22fdb2306187e6cd2 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 19 Feb 2024 08:17:02 -0500 Subject: [PATCH] Remove packing --- LEGO1/lego/legoomni/include/legogamestate.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legogamestate.h b/LEGO1/lego/legoomni/include/legogamestate.h index db8ecfe8..5c5d66b1 100644 --- a/LEGO1/lego/legoomni/include/legogamestate.h +++ b/LEGO1/lego/legoomni/include/legogamestate.h @@ -102,7 +102,6 @@ class LegoGameState { undefined2 m_unk0x2a; // 0x2a }; -#pragma pack(push, 1) // SIZE 0x372 struct Scores { void WriteScoreHistory(); @@ -113,7 +112,6 @@ class LegoGameState { MxS16 m_count; // 0x00 Score m_scores[20]; // 0x02 }; -#pragma pack(pop) LegoGameState(); ~LegoGameState();