mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-28 18:51:16 +00:00
Fix error
This commit is contained in:
parent
99accdab5d
commit
df97aff752
@ -40,8 +40,9 @@ void PoliceState::FUN_1005ea40()
|
|||||||
{
|
{
|
||||||
Police::PoliceScript policeScript;
|
Police::PoliceScript policeScript;
|
||||||
|
|
||||||
if (m_unk0x0c == 1)
|
if (m_unk0x0c == 1) {
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
switch (CurrentVehicle()->VTable0x60()) {
|
switch (CurrentVehicle()->VTable0x60()) {
|
||||||
case 4:
|
case 4:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user