mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-26 17:51:16 +00:00
naming
This commit is contained in:
parent
a5ea543639
commit
af6a437ea3
@ -327,9 +327,9 @@ MxBool FUN_1003ef60()
|
|||||||
|
|
||||||
if (CurrentActor() == NULL || !CurrentActor()->IsA("TowTrack")) {
|
if (CurrentActor() == NULL || !CurrentActor()->IsA("TowTrack")) {
|
||||||
if (CurrentActor() == NULL || !CurrentActor()->IsA("Ambulance")) {
|
if (CurrentActor() == NULL || !CurrentActor()->IsA("Ambulance")) {
|
||||||
MxU32 unk18 = act1State->GetUnknown18();
|
MxU32 unk0x18 = act1State->GetUnknown18();
|
||||||
|
|
||||||
if (unk18 != 10 && unk18 != 8 && unk18 != 3) {
|
if (unk0x18 != 10 && unk0x18 != 8 && unk0x18 != 3) {
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user