Match LegoGameState::ScoreItem::Serialize

This commit is contained in:
Christian Semmler
2025-01-12 12:42:03 -07:00
parent 0c63127b20
commit a269bedcff
2 changed files with 10 additions and 10 deletions

View File

@@ -121,10 +121,10 @@ public:
struct ScoreItem {
MxResult Serialize(LegoFile* p_file);
MxS16 m_totalScore; // 0x00
MxU8 m_scores[5][5]; // 0x02
Username m_name; // 0x1c
undefined2 m_unk0x2a; // 0x2a
MxS16 m_totalScore; // 0x00
MxU8 m_scores[5][5]; // 0x02
Username m_name; // 0x1c
MxS16 m_unk0x2a; // 0x2a
};
// SIZE 0x372