fix order

This commit is contained in:
Misha 2024-01-30 19:13:46 -05:00
parent 5210d04e11
commit 9f4089a3ed
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8
2 changed files with 14 additions and 14 deletions

View File

@ -720,6 +720,12 @@ void Infocenter::StopCutscene()
FUN_10015820(FALSE, LegoOmni::c_disableInput | LegoOmni::c_disable3d | LegoOmni::c_clearScreen); FUN_10015820(FALSE, LegoOmni::c_disableInput | LegoOmni::c_disable3d | LegoOmni::c_clearScreen);
} }
// FUNCTION: LEGO1 0x10070d00
MxBool Infocenter::VTable0x5c()
{
return TRUE;
}
// FUNCTION: LEGO1 0x10070d10 // FUNCTION: LEGO1 0x10070d10
void Infocenter::FUN_10070d10(MxS32 p_x, MxS32 p_y) void Infocenter::FUN_10070d10(MxS32 p_x, MxS32 p_y)
{ {
@ -747,12 +753,6 @@ void Infocenter::FUN_10070d10(MxS32 p_x, MxS32 p_y)
} }
} }
// FUNCTION: LEGO1 0x10070d00
MxBool Infocenter::VTable0x5c()
{
return TRUE;
}
// FUNCTION: LEGO1 0x10070dc0 // FUNCTION: LEGO1 0x10070dc0
void Infocenter::UpdateFrameHot(MxBool p_display) void Infocenter::UpdateFrameHot(MxBool p_display)
{ {

View File

@ -76,6 +76,14 @@ MxLong InfocenterDoor::Notify(MxParam& p_param)
return result; return result;
} }
// FUNCTION: LEGO1 0x10037a70
void InfocenterDoor::ReadyWorld()
{
LegoWorld::ReadyWorld();
PlayMusic(JukeBox::e_informationCenter);
FUN_10015820(FALSE, LegoOmni::c_disableInput | LegoOmni::c_disable3d | LegoOmni::c_clearScreen);
}
// FUNCTION: LEGO1 0x10037a90 // FUNCTION: LEGO1 0x10037a90
MxLong InfocenterDoor::HandleClick(LegoControlManagerEvent& p_param) MxLong InfocenterDoor::HandleClick(LegoControlManagerEvent& p_param)
{ {
@ -124,14 +132,6 @@ MxLong InfocenterDoor::HandleClick(LegoControlManagerEvent& p_param)
return 1; return 1;
} }
// FUNCTION: LEGO1 0x10037a70
void InfocenterDoor::ReadyWorld()
{
LegoWorld::ReadyWorld();
PlayMusic(JukeBox::e_informationCenter);
FUN_10015820(FALSE, LegoOmni::c_disableInput | LegoOmni::c_disable3d | LegoOmni::c_clearScreen);
}
// FUNCTION: LEGO1 0x10037c80 // FUNCTION: LEGO1 0x10037c80
void InfocenterDoor::VTable0x68(MxBool p_add) void InfocenterDoor::VTable0x68(MxBool p_add)
{ {