mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Style fixes
This commit is contained in:
parent
26549dbaa0
commit
2ea8d5c3ef
@ -104,14 +104,16 @@ MxLong Police::HandleNotification11(MxNotificationParam& p_param)
|
|||||||
MxLong Police::HandleEndAction(MxEndActionNotificationParam& p_param)
|
MxLong Police::HandleEndAction(MxEndActionNotificationParam& p_param)
|
||||||
{
|
{
|
||||||
MxDSAction* action = p_param.GetAction();
|
MxDSAction* action = p_param.GetAction();
|
||||||
MxLong result = m_radio.Notify(p_param);
|
|
||||||
if (result == 0 && m_atom == action->GetAtomId()) {
|
if (m_radio.Notify(p_param) == 0 && m_atom == action->GetAtomId()) {
|
||||||
if (m_policeState->GetUnknown0x0c() == 1) {
|
if (m_policeState->GetUnknown0x0c() == 1) {
|
||||||
m_policeState->SetUnknown0x0c(0);
|
m_policeState->SetUnknown0x0c(0);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user