mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 11:41:16 +00:00
Update infocenter.cpp
This commit is contained in:
parent
924d8660a0
commit
7d848155ed
@ -15,7 +15,6 @@ Infocenter::~Infocenter()
|
|||||||
// STUB: LEGO1 0x1006ed90
|
// STUB: LEGO1 0x1006ed90
|
||||||
MxResult Infocenter::Create(MxDSAction& p_dsAction)
|
MxResult Infocenter::Create(MxDSAction& p_dsAction)
|
||||||
{
|
{
|
||||||
OutputDebugString("infocenter create\n");
|
|
||||||
return FAILURE;
|
return FAILURE;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -23,7 +22,7 @@ MxResult Infocenter::Create(MxDSAction& p_dsAction)
|
|||||||
MxLong Infocenter::Notify(MxParam& p_param)
|
MxLong Infocenter::Notify(MxParam& p_param)
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
return LegoWorld::Notify(p_param);
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x1006f4e0
|
// STUB: LEGO1 0x1006f4e0
|
||||||
@ -42,7 +41,7 @@ void Infocenter::VTable0x68(MxBool p_add)
|
|||||||
MxResult Infocenter::Tickle()
|
MxResult Infocenter::Tickle()
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
return LegoWorld::Tickle();
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10070d00
|
// FUNCTION: LEGO1 0x10070d00
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user