From bc3fdbfba19159eb2ccc327751106f29bfae69c4 Mon Sep 17 00:00:00 2001 From: jonschz Date: Mon, 25 Nov 2024 20:56:53 +0100 Subject: [PATCH] Fix decomplint errors --- LEGO1/lego/legoomni/src/actors/act2actor.cpp | 14 +++++++------- .../legoomni/src/common/legoanimationmanager.cpp | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LEGO1/lego/legoomni/src/actors/act2actor.cpp b/LEGO1/lego/legoomni/src/actors/act2actor.cpp index 98a09823..6c10caae 100644 --- a/LEGO1/lego/legoomni/src/actors/act2actor.cpp +++ b/LEGO1/lego/legoomni/src/actors/act2actor.cpp @@ -67,13 +67,6 @@ void Act2Actor::SetWorldSpeed(MxFloat p_worldSpeed) m_unk0x44 = 0; } -// STUB: LEGO1 0x100195a0 -MxS32 Act2Actor::VTable0xa0() -{ - // TODO - return 0; -} - // STUB: LEGO1 0x10019520 // STUB: BETA10 0x1000d4d6 void Act2Actor::FUN_10019520() @@ -81,6 +74,13 @@ void Act2Actor::FUN_10019520() // TODO } +// STUB: LEGO1 0x100195a0 +MxS32 Act2Actor::VTable0xa0() +{ + // TODO + return 0; +} + // FUNCTION: LEGO1 0x1001a180 MxS32 Act2Actor::VTable0x68(Vector3& p_v1, Vector3& p_v2, Vector3& p_v3) { diff --git a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp index cc650023..b01cc890 100644 --- a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp +++ b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp @@ -894,6 +894,13 @@ void LegoAnimationManager::FUN_100604d0(MxBool p_unk0x08) } } +// STUB: LEGO1 0x100604f0 +// STUB: BETA10 0x1004137b +void LegoAnimationManager::FUN_100604f0(MxS32* p_param1, undefined4 p_param2) +{ + // TODO +} + // FUNCTION: LEGO1 0x10060540 // FUNCTION: BETA10 0x1004140f void LegoAnimationManager::FUN_10060540(MxBool p_unk0x29) @@ -2479,13 +2486,6 @@ MxBool LegoAnimationManager::FUN_10064010(LegoPathBoundary* p_boundary, LegoUnkn return GetViewManager()->IsBoundingBoxInFrustum(boundingBox) == FALSE; } -// STUB: LEGO1 0x100604f0 -// STUB: BETA10 0x1004137b -void LegoAnimationManager::FUN_100604f0(MxS32* p_param1, undefined4 p_param2) -{ - // TODO -} - // FUNCTION: LEGO1 0x10064120 // FUNCTION: BETA10 0x100454f5 MxBool LegoAnimationManager::FUN_10064120(LegoLocation::Boundary* p_boundary, MxBool p_bool1, MxBool p_bool2)