Fix Radio::HandleControl COMPAT_MODE branch

This commit is contained in:
Christian Semmler 2024-05-31 17:10:36 -04:00
parent 3b3ac07cac
commit 92dd11877d

View File

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