Implement/match HistoryBook::~HistoryBook (#1139)

This commit is contained in:
Christian Semmler
2024-11-10 09:07:48 -07:00
committed by GitHub
parent 0b94b4803b
commit 40159b43c7
2 changed files with 28 additions and 2 deletions

View File

@@ -131,6 +131,9 @@ public:
void WriteScoreHistory();
void FUN_1003ccf0(LegoFile&);
// FUNCTION: BETA10 0x1002c2b0
MxS16 GetCount() { return m_count; }
ScoreItem* GetScore(MxS16 p_index) { return p_index >= m_count ? NULL : &m_scores[p_index]; }
MxS16 m_count; // 0x00