mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Update infocenter.cpp
This commit is contained in:
parent
108143db12
commit
75b3280c84
@ -813,7 +813,8 @@ MxBool Infocenter::VTable0x64()
|
|||||||
else if (val != 8) {
|
else if (val != 8) {
|
||||||
#ifdef COMPAT_MODE
|
#ifdef COMPAT_MODE
|
||||||
{
|
{
|
||||||
MxNotificationParam param(c_notificationType0, NULL) Notify(param);
|
MxNotificationParam param(c_notificationType0, NULL);
|
||||||
|
Notify(param);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
Notify(MxNotificationParam(c_notificationType0, NULL));
|
Notify(MxNotificationParam(c_notificationType0, NULL));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user