Fix Radio::HandleControl COMPAT_MODE branch (#978)

This commit is contained in:
Christian Semmler 2024-05-31 17:15:35 -04:00
parent da824bfd45
commit 2100e6696d

View File

@ -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));