Remove getters/setters that (likely) don't exist (#1583)

Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
jonschz
2025-06-23 20:58:16 +02:00
committed by GitHub
parent 1701117e6f
commit edae5f58ec
6 changed files with 14 additions and 22 deletions

View File

@@ -1629,6 +1629,7 @@ void LegoGameState::SerializeScoreHistory(MxS16 p_flags)
}
// FUNCTION: LEGO1 0x1003cea0
// FUNCTION: BETA10 0x10017840
void LegoGameState::SetCurrentAct(Act p_currentAct)
{
m_currentAct = p_currentAct;