mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 11:41:16 +00:00
Fix order
This commit is contained in:
parent
5eb2828505
commit
5dc1ed789d
@ -67,19 +67,6 @@ LegoResult LegoScaleKey::Read(LegoStorage* p_storage)
|
|||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x100a0f60
|
|
||||||
LegoMorphKey::LegoMorphKey()
|
|
||||||
{
|
|
||||||
m_name = NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
// STUB: LEGO1 0x100a0f70
|
|
||||||
LegoResult LegoMorphKey::Read(LegoStorage* p_storage)
|
|
||||||
{
|
|
||||||
// TODO
|
|
||||||
return SUCCESS;
|
|
||||||
}
|
|
||||||
|
|
||||||
// STUB: LEGO1 0x1009fcf0
|
// STUB: LEGO1 0x1009fcf0
|
||||||
LegoAnimNodeData::LegoAnimNodeData()
|
LegoAnimNodeData::LegoAnimNodeData()
|
||||||
{
|
{
|
||||||
@ -232,3 +219,16 @@ LegoResult LegoAnim::Write(LegoStorage* p_storage)
|
|||||||
// TODO
|
// TODO
|
||||||
return SUCCESS;
|
return SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FUNCTION: LEGO1 0x100a0f60
|
||||||
|
LegoMorphKey::LegoMorphKey()
|
||||||
|
{
|
||||||
|
m_name = NULL;
|
||||||
|
}
|
||||||
|
|
||||||
|
// STUB: LEGO1 0x100a0f70
|
||||||
|
LegoResult LegoMorphKey::Read(LegoStorage* p_storage)
|
||||||
|
{
|
||||||
|
// TODO
|
||||||
|
return SUCCESS;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user