From 926f5cb70db840e3fb2740c8d7e12953336dc43e Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 31 Jan 2024 09:17:08 -0500 Subject: [PATCH] Fix VTable0x64 --- LEGO1/lego/legoomni/src/infocenter/infocenter.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp b/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp index a4d386b3..2a98f5af 100644 --- a/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp +++ b/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp @@ -824,6 +824,7 @@ MxBool Infocenter::VTable0x64() { if (m_infocenterState != NULL) { MxU32 val = m_infocenterState->GetUnknown0x74(); + if (val == 0) { StopCutscene(); m_infocenterState->SetUnknown0x74(1); @@ -832,6 +833,8 @@ MxBool Infocenter::VTable0x64() StopCredits(); } else if (val != 8) { + m_infocenterState->SetUnknown0x74(8); + #ifdef COMPAT_MODE { MxNotificationParam param(c_notificationType0, NULL);