Implement/match LegoWorld::PresentersPending (#494)

* Implement/match LegoWorld::PresentersPending

* Rename functions
This commit is contained in:
Christian Semmler
2024-01-27 15:18:35 -05:00
committed by GitHub
parent fadf8e7fd5
commit 19c771b85d
32 changed files with 90 additions and 49 deletions

View File

@@ -65,9 +65,9 @@ MxLong ElevatorBottom::Notify(MxParam& p_param)
}
// FUNCTION: LEGO1 0x100181b0
void ElevatorBottom::VTable0x50()
void ElevatorBottom::ReadyWorld()
{
LegoWorld::VTable0x50();
LegoWorld::ReadyWorld();
PlayMusic(JukeBox::e_informationCenter);
FUN_10015820(FALSE, LegoOmni::c_disableInput | LegoOmni::c_disable3d | LegoOmni::c_clearScreen);
}