mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
Update infocenter.cpp
This commit is contained in:
parent
24ad668009
commit
108143db12
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user