diff --git a/LEGO1/lego/sources/anim/legoanim.cpp b/LEGO1/lego/sources/anim/legoanim.cpp index 481954c0..78a3a7e8 100644 --- a/LEGO1/lego/sources/anim/legoanim.cpp +++ b/LEGO1/lego/sources/anim/legoanim.cpp @@ -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; +}