mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-31 04:01:16 +00:00
Match
This commit is contained in:
parent
113584f72e
commit
6049a501a4
@ -54,13 +54,14 @@ void PoliceState::FUN_1005ea40()
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
policeScript = m_policeScript;
|
policeScript = m_policeScript;
|
||||||
m_policeScript = m_policeScript == Police::PoliceScript::c_lauraAnim ? Police::PoliceScript::c_nickAnim
|
m_policeScript = policeScript == Police::PoliceScript::c_lauraAnim ? Police::PoliceScript::c_nickAnim
|
||||||
: Police::PoliceScript::c_lauraAnim;
|
: Police::PoliceScript::c_lauraAnim;
|
||||||
}
|
}
|
||||||
|
|
||||||
MxDSAction action;
|
MxDSAction action;
|
||||||
action.SetObjectId(policeScript);
|
action.SetObjectId(policeScript);
|
||||||
action.SetAtomId(*g_policeScript);
|
action.SetAtomId(*g_policeScript);
|
||||||
Start(&action);
|
Start(&action);
|
||||||
|
|
||||||
m_unk0x0c = 1;
|
m_unk0x0c = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user