mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
Update infocenterdoor.cpp
This commit is contained in:
parent
9bbe36eec6
commit
63e85438dd
@ -28,20 +28,6 @@ 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);
|
|
||||||
}
|
|
||||||
|
|
||||||
// STUB: LEGO1 0x10037cd0
|
|
||||||
MxBool InfocenterDoor::VTable0x64()
|
|
||||||
{
|
|
||||||
return TRUE;
|
|
||||||
}
|
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10037c80
|
// FUNCTION: LEGO1 0x10037c80
|
||||||
void InfocenterDoor::VTable0x68(MxBool p_add)
|
void InfocenterDoor::VTable0x68(MxBool p_add)
|
||||||
{
|
{
|
||||||
@ -57,3 +43,17 @@ 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
|
||||||
|
MxBool InfocenterDoor::VTable0x64()
|
||||||
|
{
|
||||||
|
return TRUE;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user