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 } }