diff --git a/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp b/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp index 378899a4..37082f35 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathpresenter.cpp @@ -51,6 +51,12 @@ void LegoPathPresenter::Destroy(MxBool p_fromDestructor) MxMediaPresenter::Destroy(FALSE); } +// FUNCTION: LEGO1 0x10044c10 +void LegoPathPresenter::Destroy() +{ + Destroy(FALSE); +} + // STUB: LEGO1 0x10044c20 void LegoPathPresenter::ReadyTickle() { @@ -72,12 +78,6 @@ void LegoPathPresenter::StreamingTickle() } } -// FUNCTION: LEGO1 0x10044c10 -void LegoPathPresenter::Destroy() -{ - Destroy(FALSE); -} - // FUNCTION: LEGO1 0x10044d40 void LegoPathPresenter::RepeatingTickle() {