From 77af1a5483780db06f09558d248a4766763c8701 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Fri, 31 May 2024 17:15:35 -0400 Subject: [PATCH] Fix Radio::HandleControl COMPAT_MODE branch (#978) --- LEGO1/lego/legoomni/src/actors/radio.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/lego/legoomni/src/actors/radio.cpp b/LEGO1/lego/legoomni/src/actors/radio.cpp index f625e787..e78e7ba8 100644 --- a/LEGO1/lego/legoomni/src/actors/radio.cpp +++ b/LEGO1/lego/legoomni/src/actors/radio.cpp @@ -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));