diff --git a/LEGO1/infocenter.cpp b/LEGO1/infocenter.cpp index cc06d51c..fa8a9fa1 100644 --- a/LEGO1/infocenter.cpp +++ b/LEGO1/infocenter.cpp @@ -19,6 +19,12 @@ MxResult Infocenter::Tickle() return 0; } +// STUB: LEGO1 0x1006ed90 +MxResult Infocenter::Create(MxDSObject& p_dsObject) +{ + return FAILURE; +} + // STUB: LEGO1 0x1006ef10 MxLong Infocenter::Notify(MxParam& p_param) { @@ -26,12 +32,6 @@ MxLong Infocenter::Notify(MxParam& p_param) return 0; } -// STUB: LEGO1 0x1006ed90 -MxResult Infocenter::Create(MxDSObject& p_dsObject) -{ - return FAILURE; -} - // STUB: LEGO1 0x1006f4e0 void Infocenter::Stop() {