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