From 63a305ae4db92f368d8addb78bd9dad43bb99c3a Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Fri, 29 Dec 2023 12:01:39 -0500 Subject: [PATCH] Update infocenter.cpp --- LEGO1/infocenter.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/LEGO1/infocenter.cpp b/LEGO1/infocenter.cpp index 723ae2ca..19b5fa1c 100644 --- a/LEGO1/infocenter.cpp +++ b/LEGO1/infocenter.cpp @@ -18,15 +18,15 @@ MxResult Infocenter::Create(MxDSObject& p_dsObject) return FAILURE; } -// STUB: LEGO1 0x10070af0 -MxResult Infocenter::Tickle() +// STUB: LEGO1 0x1006ef10 +MxLong Infocenter::Notify(MxParam& p_param) { // TODO return 0; } -// STUB: LEGO1 0x1006ef10 -MxLong Infocenter::Notify(MxParam& p_param) +// STUB: LEGO1 0x10070af0 +MxResult Infocenter::Tickle() { // TODO return 0;