mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 11:41: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;
|
: Police::PoliceScript::c_lauraAnim;
|
||||||
}
|
}
|
||||||
|
|
||||||
MxDSAction action;
|
{
|
||||||
action.SetObjectId(policeScript);
|
MxDSAction action;
|
||||||
action.SetAtomId(*g_policeScript);
|
action.SetObjectId(policeScript);
|
||||||
Start(&action);
|
action.SetAtomId(*g_policeScript);
|
||||||
|
Start(&action);
|
||||||
|
}
|
||||||
|
|
||||||
m_unk0x0c = 1;
|
m_unk0x0c = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user