From c4502eb6fd4c082438daa9641b988485c8fdaa62 Mon Sep 17 00:00:00 2001 From: Misha <106913236+MishaProductions@users.noreply.github.com> Date: Fri, 5 Jan 2024 12:28:53 -0400 Subject: [PATCH] Update mxactionnotificationparam.cpp --- LEGO1/mxactionnotificationparam.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/LEGO1/mxactionnotificationparam.cpp b/LEGO1/mxactionnotificationparam.cpp index 49e1eeb0..5573677f 100644 --- a/LEGO1/mxactionnotificationparam.cpp +++ b/LEGO1/mxactionnotificationparam.cpp @@ -18,7 +18,12 @@ MxNotificationParam* MxEndActionNotificationParam::Clone() // FUNCTION: LEGO1 0x100b0300 MxNotificationParam* MxStartActionNotificationParam::Clone() { - return new MxStartActionNotificationParam(c_notificationStartAction, this->m_sender, this->m_action, this->m_realloc); + return new MxStartActionNotificationParam( + c_notificationStartAction, + this->m_sender, + this->m_action, + this->m_realloc + ); } // FUNCTION: LEGO1 0x100b04f0