From af6a437ea34b36a6cbe8bdb39401153ec0105bc1 Mon Sep 17 00:00:00 2001 From: Ramen2X Date: Wed, 27 Mar 2024 14:47:56 -0400 Subject: [PATCH] naming --- LEGO1/lego/legoomni/src/common/legoutils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } }