Fix class refactor

This commit is contained in:
Nathan 2024-03-15 20:24:22 -04:00
parent 2a15b3188b
commit c761e4aa43

View File

@ -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)
{