diff --git a/LEGO1/infocenter.cpp b/LEGO1/infocenter.cpp index 19b5fa1c..8c6bcb8d 100644 --- a/LEGO1/infocenter.cpp +++ b/LEGO1/infocenter.cpp @@ -25,6 +25,18 @@ MxLong Infocenter::Notify(MxParam& p_param) return 0; } +// STUB: LEGO1 0x1006f4e0 +void Infocenter::Stop() +{ + // TODO +} + +// STUB: LEGO1 0x10070aa0 +void Infocenter::VTable0x68(MxBool p_add) +{ + // TODO +} + // STUB: LEGO1 0x10070af0 MxResult Infocenter::Tickle() { @@ -32,12 +44,6 @@ MxResult Infocenter::Tickle() return 0; } -// STUB: LEGO1 0x1006f4e0 -void Infocenter::Stop() -{ - // TODO -} - // FUNCTION: LEGO1 0x10070d00 MxBool Infocenter::VTable0x5c() { @@ -49,9 +55,3 @@ MxBool Infocenter::VTable0x64() { return FALSE; } - -// STUB: LEGO1 0x10070aa0 -void Infocenter::VTable0x68(MxBool p_add) -{ - // TODO -}