mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-03-10 15:07:49 -04:00
Fix Radio::HandleControl COMPAT_MODE branch (#978)
This commit is contained in:
parent
3b3ac07cac
commit
77af1a5483
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ MxLong Radio::HandleControl(LegoControlManagerEvent& p_param)
|
|||
|
||||
if (CurrentWorld()) {
|
||||
#ifdef COMPAT_MODE
|
||||
MxNotificationParam param(c_notificationEndAction, this);
|
||||
MxNotificationParam param(c_notificationType0, this);
|
||||
CurrentWorld()->Notify(param);
|
||||
#else
|
||||
CurrentWorld()->Notify(MxNotificationParam(c_notificationType0, this));
|
||||
|
|
Loading…
Reference in a new issue