mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Fix Radio::HandleControl COMPAT_MODE branch (#978)
This commit is contained in:

committed by
GitHub

parent
3b3ac07cac
commit
77af1a5483
@@ -111,7 +111,7 @@ MxLong Radio::HandleControl(LegoControlManagerEvent& p_param)
|
|||||||
|
|
||||||
if (CurrentWorld()) {
|
if (CurrentWorld()) {
|
||||||
#ifdef COMPAT_MODE
|
#ifdef COMPAT_MODE
|
||||||
MxNotificationParam param(c_notificationEndAction, this);
|
MxNotificationParam param(c_notificationType0, this);
|
||||||
CurrentWorld()->Notify(param);
|
CurrentWorld()->Notify(param);
|
||||||
#else
|
#else
|
||||||
CurrentWorld()->Notify(MxNotificationParam(c_notificationType0, this));
|
CurrentWorld()->Notify(MxNotificationParam(c_notificationType0, this));
|
||||||
|
Reference in New Issue
Block a user