Update infocenter.cpp

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

View File

@ -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));