mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-23 08:24:16 +00:00
Implement/match LegoWorld::PresentersPending (#494)
* Implement/match LegoWorld::PresentersPending * Rename functions
This commit is contained in:

committed by
GitHub

parent
fadf8e7fd5
commit
19c771b85d
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user