From cbb34914d189c5acd1b1441eb1df6829842b20dc Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 19 Feb 2024 08:13:14 -0500 Subject: [PATCH] Remove unnecessary padding/pack --- LEGO1/lego/legoomni/include/legogamestate.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legogamestate.h b/LEGO1/lego/legoomni/include/legogamestate.h index 523997e0..db8ecfe8 100644 --- a/LEGO1/lego/legoomni/include/legogamestate.h +++ b/LEGO1/lego/legoomni/include/legogamestate.h @@ -94,16 +94,15 @@ class LegoGameState { MxS16 m_letters[7]; // 0x00 }; -#pragma pack(push, 1) // SIZE 0x2c struct Score { undefined2 m_unk0x00; // 0x00 MxU8 m_state[25]; // 0x02 - MxU8 m_pad; // 0x1b ScoreName m_name; // 0x1c undefined2 m_unk0x2a; // 0x2a }; +#pragma pack(push, 1) // SIZE 0x372 struct Scores { void WriteScoreHistory();