diff --git a/LEGO1/lego/legoomni/src/common/legoutils.cpp b/LEGO1/lego/legoomni/src/common/legoutils.cpp index 5d5faf05..fc0585f6 100644 --- a/LEGO1/lego/legoomni/src/common/legoutils.cpp +++ b/LEGO1/lego/legoomni/src/common/legoutils.cpp @@ -327,9 +327,9 @@ MxBool FUN_1003ef60() if (CurrentActor() == NULL || !CurrentActor()->IsA("TowTrack")) { 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; } }