From 108143db12ab68ee4c278a22fcc61da2ec9a5717 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:19:19 -0500 Subject: [PATCH] Update infocenter.cpp --- LEGO1/lego/legoomni/src/infocenter/infocenter.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp b/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp index 4a89849e..ee7f7048 100644 --- a/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp +++ b/LEGO1/lego/legoomni/src/infocenter/infocenter.cpp @@ -811,7 +811,13 @@ MxBool Infocenter::VTable0x64() StopCredits(); } else if (val != 8) { +#ifdef COMPAT_MODE + { + MxNotificationParam param(c_notificationType0, NULL) Notify(param); + } +#else Notify(MxNotificationParam(c_notificationType0, NULL)); +#endif } }