From 2dc21d5a417da81c97819994a806ad9303ded131 Mon Sep 17 00:00:00 2001 From: Sebastian Mischke Date: Wed, 7 Jan 2026 23:40:49 +0100 Subject: [PATCH] Fix variable naming pattern --- LEGO1/lego/legoomni/include/towtrack.h | 4 ++-- LEGO1/lego/legoomni/src/actors/towtrack.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/lego/legoomni/include/towtrack.h b/LEGO1/lego/legoomni/include/towtrack.h index 52680c85..04a9b4a4 100644 --- a/LEGO1/lego/legoomni/include/towtrack.h +++ b/LEGO1/lego/legoomni/include/towtrack.h @@ -195,9 +195,9 @@ class TowTrack : public IslePathActor { void PlayActorAnimation(IsleScript::Script p_objectId); void PlayAction(IsleScript::Script p_objectId); - undefined4 m_unused_0x160; // 0x160 + undefined4 m_unused0x160; // 0x160 TowTrackMissionState* m_state; // 0x164 - MxS16 m_unused_0x168; // 0x168 + MxS16 m_unused0x168; // 0x168 MxS16 m_actorId; // 0x16a MxS16 m_treeBlockageTriggered; // 0x16c MxS16 m_speedComplaintTriggered; // 0x16e diff --git a/LEGO1/lego/legoomni/src/actors/towtrack.cpp b/LEGO1/lego/legoomni/src/actors/towtrack.cpp index 0f06f66c..1b94d2f3 100644 --- a/LEGO1/lego/legoomni/src/actors/towtrack.cpp +++ b/LEGO1/lego/legoomni/src/actors/towtrack.cpp @@ -29,7 +29,7 @@ extern MxU32 g_isleFlags; // FUNCTION: LEGO1 0x1004c720 TowTrack::TowTrack() { - m_unused_0x168 = 0; + m_unused0x168 = 0; m_actorId = -1; m_state = NULL; m_treeBlockageTriggered = 0;