From 3fcba0b070c5e93b2bcea524e4d43ef85eac80e1 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 2 May 2024 09:10:49 -0400 Subject: [PATCH] Resolve out of order --- .../src/common/legoanimationmanager.cpp | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp index a19bfe38..bcf274cc 100644 --- a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp +++ b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp @@ -917,22 +917,6 @@ void LegoAnimationManager::FUN_10061530() // TODO } -// STUB: LEGO1 0x10062110 -// FUNCTION: BETA10 0x10042f41 -MxU16 LegoAnimationManager::FUN_10062110( - LegoROI* p_roi, - Vector3& direction, - Vector3& position, - LegoPathBoundary* p_boundary, - float p_speed, - MxU8 p_und, - MxBool p_unk0x14 -) -{ - // TODO - return 0; -} - // STUB: LEGO1 0x100617c0 void LegoAnimationManager::FUN_100617c0(MxS32, MxU16&, MxU16&) { @@ -1148,6 +1132,22 @@ MxResult LegoAnimationManager::Tickle() return SUCCESS; } +// STUB: LEGO1 0x10062110 +// FUNCTION: BETA10 0x10042f41 +MxU16 LegoAnimationManager::FUN_10062110( + LegoROI* p_roi, + Vector3& direction, + Vector3& position, + LegoPathBoundary* p_boundary, + float p_speed, + MxU8 p_und, + MxBool p_unk0x14 +) +{ + // TODO + return 0; +} + // FUNCTION: LEGO1 0x10062360 // FUNCTION: BETA10 0x100432dd MxS8 LegoAnimationManager::GetCharacterIndex(const char* p_name)