From 8b800a945259d557c00003cce15f6eb5b857be69 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Fri, 15 Dec 2023 16:38:19 -0500 Subject: [PATCH] fix --- LEGO1/legogamestate.cpp | 2 +- LEGO1/legogamestate.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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; }