mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Fix class refactor
This commit is contained in:
parent
2a15b3188b
commit
c761e4aa43
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user