From 8966c2069ab4affffcb105633e911220e2e78588 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Thu, 28 Dec 2023 12:11:37 -0500 Subject: [PATCH] Update infocenter.cpp --- LEGO1/infocenter.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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() {