Update infocenterdoor.cpp

This commit is contained in:
Misha 2024-01-18 20:11:39 -05:00
parent 9bbe36eec6
commit 63e85438dd
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -28,20 +28,6 @@ MxLong InfocenterDoor::Notify(MxParam& 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
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;
}