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()) {
#ifdef COMPAT_MODE
MxNotificationParam param(c_notificationEndAction, this);
MxNotificationParam param(c_notificationType0, this);
CurrentWorld()->Notify(param);
#else
CurrentWorld()->Notify(MxNotificationParam(c_notificationType0, this));