From 0b1e078f2e2664215a1dd62aa32de0ee4eca5a59 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Fri, 12 Jan 2024 16:55:26 -0500 Subject: [PATCH] Update legopathpresenter.cpp --- .../legoomni/src/paths/legopathpresenter.cpp | 52 +++++++++---------- 1 file changed, 26 insertions(+), 26 deletions(-) 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 +}