diff --git a/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp b/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp index 044a95bd..378899a4 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp @@ -12,17 +12,17 @@ LegoPathPresenter::LegoPathPresenter() Init(); } +// FUNCTION: LEGO1 0x10044ab0 +void LegoPathPresenter::Init() +{ +} + // FUNCTION: LEGO1 0x10044ac0 LegoPathPresenter::~LegoPathPresenter() { Destroy(TRUE); } -// FUNCTION: LEGO1 0x10044ab0 -void LegoPathPresenter::Init() -{ -} - // FUNCTION: LEGO1 0x10044b40 MxResult LegoPathPresenter::AddToManager() { @@ -51,27 +51,6 @@ void LegoPathPresenter::Destroy(MxBool p_fromDestructor) MxMediaPresenter::Destroy(FALSE); } -// FUNCTION: LEGO1 0x10044c10 -void LegoPathPresenter::Destroy() -{ - Destroy(FALSE); -} - -// FUNCTION: LEGO1 0x10044d40 -void LegoPathPresenter::RepeatingTickle() -{ - if (this->m_action->GetDuration() == -1) - return; - - EndAction(); -} - -// STUB: LEGO1 0x10044d60 -void LegoPathPresenter::ParseExtra() -{ - // TODO -} - // STUB: LEGO1 0x10044c20 void LegoPathPresenter::ReadyTickle() { @@ -92,3 +71,24 @@ void LegoPathPresenter::StreamingTickle() m_subscriber->DestroyChunk(chunk); } } + +// FUNCTION: LEGO1 0x10044c10 +void LegoPathPresenter::Destroy() +{ + Destroy(FALSE); +} + +// FUNCTION: LEGO1 0x10044d40 +void LegoPathPresenter::RepeatingTickle() +{ + if (this->m_action->GetDuration() == -1) + return; + + EndAction(); +} + +// STUB: LEGO1 0x10044d60 +void LegoPathPresenter::ParseExtra() +{ + // TODO +}