Fix Radio::HandleControl COMPAT_MODE branch ()

This commit is contained in:
Christian Semmler 2024-05-31 17:15:35 -04:00 committed by GitHub
parent 3b3ac07cac
commit 77af1a5483
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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