mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
fix order
This commit is contained in:
parent
5210d04e11
commit
9f4089a3ed
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user