Remove unnecessary padding/pack

This commit is contained in:
Christian Semmler 2024-02-19 08:13:14 -05:00
parent 848fb527c6
commit cbb34914d1

View File

@ -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();