From f49e97ea2f32d58368c29019f173a992db150532 Mon Sep 17 00:00:00 2001 From: Joshua Peisach Date: Sun, 10 Sep 2023 21:03:02 -0400 Subject: [PATCH] Match MxMediaPresenter::Init --- LEGO1/mxmediapresenter.cpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/LEGO1/mxmediapresenter.cpp b/LEGO1/mxmediapresenter.cpp index 58c068ac..31e68abc 100644 --- a/LEGO1/mxmediapresenter.cpp +++ b/LEGO1/mxmediapresenter.cpp @@ -9,8 +9,11 @@ MxLong MxMediaPresenter::Tickle() return 0; } -// OFFSET: LEGO1 0x100b54e0 STUB +// OFFSET: LEGO1 0x100b54e0 void MxMediaPresenter::Init() { - // TODO + this->m_unk40 = NULL; + this->m_unk44 = NULL; + this->m_unk48 = NULL; + this->m_unk4c = NULL; }