diff --git a/LEGO1/legogamestate.cpp b/LEGO1/legogamestate.cpp index 67ab6f1e..4caa63ca 100644 --- a/LEGO1/legogamestate.cpp +++ b/LEGO1/legogamestate.cpp @@ -262,7 +262,7 @@ void LegoGameState::RegisterState(LegoState* p_state) } // STUB: LEGO1 0x1003c870 -void LegoGameState::WriteScoreHistory(MxU16*) +void WriteScoreHistory(MxU16*) { // TODO } diff --git a/LEGO1/legogamestate.h b/LEGO1/legogamestate.h index bdc84eab..ddbff40b 100644 --- a/LEGO1/legogamestate.h +++ b/LEGO1/legogamestate.h @@ -33,7 +33,6 @@ class LegoGameState { void GetFileSavePath(MxString* p_outPath, MxULong p_slotn); void FUN_1003a720(MxU32); void HandleAction(MxU32); - void WriteScoreHistory(MxU16*); inline MxU8 GetUnknownC() { return m_unk0xc; } inline MxU32 GetUnknown10() { return m_unk0x10; }