Update mxactionnotificationparam.cpp

This commit is contained in:
Misha 2024-01-05 12:28:53 -04:00
parent ace27d911b
commit c4502eb6fd
No known key found for this signature in database
GPG Key ID: 8441D12AEF33FED8

View File

@ -18,7 +18,12 @@ MxNotificationParam* MxEndActionNotificationParam::Clone()
// FUNCTION: LEGO1 0x100b0300 // FUNCTION: LEGO1 0x100b0300
MxNotificationParam* MxStartActionNotificationParam::Clone() 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 // FUNCTION: LEGO1 0x100b04f0