From c761e4aa43c2f9ebe315d79a11a701ac0a043f83 Mon Sep 17 00:00:00 2001 From: Nathan Date: Fri, 15 Mar 2024 20:24:22 -0400 Subject: [PATCH] Fix class refactor --- .../legoomni/src/common/legoanimationmanager.cpp | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp index 79b621b6..6472d880 100644 --- a/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp +++ b/LEGO1/lego/legoomni/src/common/legoanimationmanager.cpp @@ -163,8 +163,8 @@ MxResult LegoAnimationManager::LoadScriptInfo(MxS32 p_scriptIndex) } } m_unk0x08 = p_scriptIndex; - m_tranInfoList = new LegoUnknown100d8c90(); - m_tranInfoList2 = new LegoUnknown100d8c90(); + m_tranInfoList = new TranInfoList(); + m_tranInfoList2 = new TranInfoList(); FUN_100617c0(-1, m_unk0x0e, m_unk0x10); result = SUCCESS; m_unk0x402 = 1; @@ -188,15 +188,6 @@ MxResult LegoAnimationManager::LoadScriptInfo(MxS32 p_scriptIndex) return result; } -// FUNCTION: LEGO1 0x1005fe50 -void LegoUnknown100d8ca8Handler() -{ -} - -void LegoUnknown100d8cd8Handler() -{ -} - // STUB: LEGO1 0x10060140 MxBool LegoAnimationManager::FUN_10060140(char* p_name, MxU32& p_index) {