From de37224fa7190f7de8d1f8ee0a94f506e9d8d0d8 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:39:10 -0500 Subject: [PATCH] fix --- LEGO1/isle.cpp | 15 ++++++++------- LEGO1/legoutil.cpp | 2 +- LEGO1/legoutil.h | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/LEGO1/isle.cpp b/LEGO1/isle.cpp index 0d53dc46..a6aee14c 100644 --- a/LEGO1/isle.cpp +++ b/LEGO1/isle.cpp @@ -140,13 +140,6 @@ void Isle::VTable0x58(MxCore* p_object) } } -// STUB: LEGO1 0x10033180 -MxBool Isle::VTable0x64() -{ - // TODO - return FALSE; -} - // FUNCTION: LEGO1 0x10033050 void Isle::VTable0x6c(MxCore* p_object) { @@ -165,3 +158,11 @@ void Isle::VTable0x6c(MxCore* p_object) m_racecar = 0; } } + + +// STUB: LEGO1 0x10033180 +MxBool Isle::VTable0x64() +{ + // TODO + return FALSE; +} diff --git a/LEGO1/legoutil.cpp b/LEGO1/legoutil.cpp index b58f2dd6..0c4a3024 100644 --- a/LEGO1/legoutil.cpp +++ b/LEGO1/legoutil.cpp @@ -113,7 +113,7 @@ void FUN_1003ee00(MxAtomId& p_atomId, MxS32 p_id) } // STUB: LEGO1 0x1003ef00 -void FUN_1003ef0(MxBool p) +void FUN_1003ef0(MxBool) { // TODO (something related to animation manager) } diff --git a/LEGO1/legoutil.h b/LEGO1/legoutil.h index 8a6a3ba2..aade24eb 100644 --- a/LEGO1/legoutil.h +++ b/LEGO1/legoutil.h @@ -59,7 +59,7 @@ ExtraActionType MatchActionString(const char*); void InvokeAction(ExtraActionType p_actionId, MxAtomId& p_pAtom, int p_targetEntityId, LegoEntity* p_sender); void ConvertHSVToRGB(float p_h, float p_s, float p_v, float* p_rOut, float* p_bOut, float* p_gOut); void FUN_1003ee00(MxAtomId& p_atomId, MxS32 p_id); -void FUN_1003ef0(MxBool p); +void FUN_1003ef0(MxBool); void SetAppCursor(WPARAM p_wparam); MxBool FUN_1003ef60();