mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Update mxactionnotificationparam.cpp
This commit is contained in:
parent
ace27d911b
commit
c4502eb6fd
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user