mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51: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;
|
||||
}
|
||||
|
||||
// FUNCTION: LEGO1 0x100a0f60
|
||||
LegoMorphKey::LegoMorphKey()
|
||||
{
|
||||
m_name = NULL;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x100a0f70
|
||||
LegoResult LegoMorphKey::Read(LegoStorage* p_storage)
|
||||
{
|
||||
// TODO
|
||||
return SUCCESS;
|
||||
}
|
||||
|
||||
// STUB: LEGO1 0x1009fcf0
|
||||
LegoAnimNodeData::LegoAnimNodeData()
|
||||
{
|
||||
@ -232,3 +219,16 @@ LegoResult LegoAnim::Write(LegoStorage* p_storage)
|
||||
// TODO
|
||||
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