mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Update infocenterdoor.cpp
This commit is contained in:
parent
63e85438dd
commit
7f1ba8d479
@ -28,6 +28,14 @@ MxLong InfocenterDoor::Notify(MxParam& p_param)
|
|||||||
return LegoWorld::Notify(p_param);
|
return LegoWorld::Notify(p_param);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FUNCTION: LEGO1 0x10037a70
|
||||||
|
void InfocenterDoor::VTable0x50()
|
||||||
|
{
|
||||||
|
LegoWorld::VTable0x50();
|
||||||
|
PlayMusic(11);
|
||||||
|
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)
|
||||||
{
|
{
|
||||||
@ -44,14 +52,6 @@ void InfocenterDoor::VTable0x68(MxBool p_add)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10037a70
|
|
||||||
void InfocenterDoor::VTable0x50()
|
|
||||||
{
|
|
||||||
LegoWorld::VTable0x50();
|
|
||||||
PlayMusic(11);
|
|
||||||
FUN_10015820(FALSE, LegoOmni::c_disableInput | LegoOmni::c_disable3d | LegoOmni::c_clearScreen);
|
|
||||||
}
|
|
||||||
|
|
||||||
// STUB: LEGO1 0x10037cd0
|
// STUB: LEGO1 0x10037cd0
|
||||||
MxBool InfocenterDoor::VTable0x64()
|
MxBool InfocenterDoor::VTable0x64()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user