Name Disable function in LegoOmni and misc (#1616)

This commit is contained in:
Fabian Neundorf
2025-07-12 02:10:36 +02:00
committed by GitHub
parent 6497cb42b7
commit a34c293177
28 changed files with 47 additions and 47 deletions

View File

@@ -851,7 +851,7 @@ void LegoGameState::SwitchArea(Area p_area)
m_previousArea = m_currentArea;
m_currentArea = p_area;
FUN_10015820(TRUE, LegoOmni::c_disableInput | LegoOmni::c_disable3d);
Disable(TRUE, LegoOmni::c_disableInput | LegoOmni::c_disable3d);
BackgroundAudioManager()->Stop();
AnimationManager()->Suspend();
VideoManager()->SetUnk0x554(FALSE);