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
24ad668009
commit
108143db12
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user