From 7d848155ed3c687659b22b4a474fc5a325f164d7 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:57:41 -0500 Subject: [PATCH] Update infocenter.cpp --- LEGO1/lego/legoomni/src/infocenter/infocenter.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp b/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp index 06367b4d..9201adf9 100644 --- a/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp +++ b/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp @@ -15,7 +15,6 @@ Infocenter::~Infocenter() // STUB: LEGO1 0x1006ed90 MxResult Infocenter::Create(MxDSAction& p_dsAction) { - OutputDebugString("infocenter create\n"); return FAILURE; } @@ -23,7 +22,7 @@ MxResult Infocenter::Create(MxDSAction& p_dsAction) MxLong Infocenter::Notify(MxParam& p_param) { // TODO - return LegoWorld::Notify(p_param); + return 0; } // STUB: LEGO1 0x1006f4e0 @@ -42,7 +41,7 @@ void Infocenter::VTable0x68(MxBool p_add) MxResult Infocenter::Tickle() { // TODO - return LegoWorld::Tickle(); + return 0; } // FUNCTION: LEGO1 0x10070d00