Update infocenter.cpp

This commit is contained in:
Misha 2024-01-15 14:57:41 -05:00
parent 924d8660a0
commit 7d848155ed
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -15,7 +15,6 @@ Infocenter::~Infocenter()
// STUB: LEGO1 0x1006ed90
MxResult Infocenter::Create(MxDSAction& p_dsAction)
{
OutputDebugString("infocenter create\n");
return FAILURE;
}
@ -23,7 +22,7 @@ MxResult Infocenter::Create(MxDSAction& p_dsAction)
MxLong Infocenter::Notify(MxParam& p_param)
{
// TODO
return LegoWorld::Notify(p_param);
return 0;
}
// STUB: LEGO1 0x1006f4e0
@ -42,7 +41,7 @@ void Infocenter::VTable0x68(MxBool p_add)
MxResult Infocenter::Tickle()
{
// TODO
return LegoWorld::Tickle();
return 0;
}
// FUNCTION: LEGO1 0x10070d00