From 0c67c14647d939e1ab0111210c35a8292dbbb8c8 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:00:50 -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 fa8a9fa1..723ae2ca 100644 --- a/LEGO1/infocenter.cpp +++ b/LEGO1/infocenter.cpp @@ -12,6 +12,12 @@ Infocenter::~Infocenter() // TODO } +// STUB: LEGO1 0x1006ed90 +MxResult Infocenter::Create(MxDSObject& p_dsObject) +{ + return FAILURE; +} + // STUB: LEGO1 0x10070af0 MxResult Infocenter::Tickle() { @@ -19,12 +25,6 @@ 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) {