mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Match
This commit is contained in:
parent
6049a501a4
commit
a6846d0f66
@ -58,10 +58,12 @@ void PoliceState::FUN_1005ea40()
|
||||
: Police::PoliceScript::c_lauraAnim;
|
||||
}
|
||||
|
||||
MxDSAction action;
|
||||
action.SetObjectId(policeScript);
|
||||
action.SetAtomId(*g_policeScript);
|
||||
Start(&action);
|
||||
{
|
||||
MxDSAction action;
|
||||
action.SetObjectId(policeScript);
|
||||
action.SetAtomId(*g_policeScript);
|
||||
Start(&action);
|
||||
}
|
||||
|
||||
m_unk0x0c = 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user