mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 10:41:15 +00:00
Implement Police::HandleEndAction
This commit is contained in:
parent
c17ef9a805
commit
26549dbaa0
@ -100,10 +100,18 @@ MxLong Police::HandleNotification11(MxNotificationParam& p_param)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x1005e6a0
|
// FUNCTION: LEGO1 0x1005e6a0
|
||||||
MxLong Police::HandleEndAction(MxEndActionNotificationParam& p_param)
|
MxLong Police::HandleEndAction(MxEndActionNotificationParam& p_param)
|
||||||
{
|
{
|
||||||
// TODO
|
MxDSAction* action = p_param.GetAction();
|
||||||
|
MxLong result = m_radio.Notify(p_param);
|
||||||
|
if (result == 0 && m_atom == action->GetAtomId()) {
|
||||||
|
if (m_policeState->GetUnknown0x0c() == 1) {
|
||||||
|
m_policeState->SetUnknown0x0c(0);
|
||||||
|
return 1;
|
||||||
|
}
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user