From 3ec9c98daf91cc6a3e701ffb21a7237b9f6b3f96 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Thu, 23 May 2024 12:28:03 -0400 Subject: [PATCH] Update TODO comments --- LEGO1/omni/src/video/mxloopingsmkpresenter.cpp | 2 +- LEGO1/omni/src/video/mxsmack.cpp | 2 +- LEGO1/omni/src/video/mxsmkpresenter.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/omni/src/video/mxloopingsmkpresenter.cpp b/LEGO1/omni/src/video/mxloopingsmkpresenter.cpp index 48e056b8..e99533bd 100644 --- a/LEGO1/omni/src/video/mxloopingsmkpresenter.cpp +++ b/LEGO1/omni/src/video/mxloopingsmkpresenter.cpp @@ -41,7 +41,7 @@ void MxLoopingSmkPresenter::Destroy(MxBool p_fromDestructor) // FUNCTION: LEGO1 0x100b4a00 void MxLoopingSmkPresenter::VTable0x88() { - // TODO isle24 + // [library:libsmacker] Figure out if this functionality is still required } // FUNCTION: LEGO1 0x100b4a30 diff --git a/LEGO1/omni/src/video/mxsmack.cpp b/LEGO1/omni/src/video/mxsmack.cpp index 5df5ea8e..ba4c4ae1 100644 --- a/LEGO1/omni/src/video/mxsmack.cpp +++ b/LEGO1/omni/src/video/mxsmack.cpp @@ -74,7 +74,7 @@ MxResult MxSmack::LoadFrame( } } - // TODO isle24: Calculate changed rects + // [library:libsmacker] Calculate changed rects MxRect32* newRect = new MxRect32(0, 0, w - 1, h - 1); p_list->Append(newRect); return SUCCESS; diff --git a/LEGO1/omni/src/video/mxsmkpresenter.cpp b/LEGO1/omni/src/video/mxsmkpresenter.cpp index 27e236f8..1b2d0fec 100644 --- a/LEGO1/omni/src/video/mxsmkpresenter.cpp +++ b/LEGO1/omni/src/video/mxsmkpresenter.cpp @@ -98,7 +98,7 @@ void MxSmkPresenter::LoadFrame(MxStreamChunk* p_chunk) // FUNCTION: LEGO1 0x100b4260 void MxSmkPresenter::VTable0x88() { - // TODO isle24 + // [library:libsmacker] Figure out if this functionality is still required } // FUNCTION: LEGO1 0x100b42c0