mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 04:21:15 +00:00
Fix Radio::HandleControl COMPAT_MODE branch (#978)
This commit is contained in:
parent
da824bfd45
commit
2100e6696d
@ -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 New Issue
Block a user