Update infocenter.cpp

This commit is contained in:
Misha 2024-01-30 19:19:19 -05:00
parent 24ad668009
commit 108143db12
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -811,7 +811,13 @@ MxBool Infocenter::VTable0x64()
StopCredits(); StopCredits();
} }
else if (val != 8) { else if (val != 8) {
#ifdef COMPAT_MODE
{
MxNotificationParam param(c_notificationType0, NULL) Notify(param);
}
#else
Notify(MxNotificationParam(c_notificationType0, NULL)); Notify(MxNotificationParam(c_notificationType0, NULL));
#endif
} }
} }