From 4fbb4b66028756215c8260deac2c83f2299d7710 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Tue, 21 May 2024 14:42:25 -0400 Subject: [PATCH] Naming --- LEGO1/lego/legoomni/include/legopathstruct.h | 12 ++++++------ LEGO1/lego/legoomni/src/paths/legopathstruct.cpp | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LEGO1/lego/legoomni/include/legopathstruct.h b/LEGO1/lego/legoomni/include/legopathstruct.h index 5afd0e3c..f99ef2ed 100644 --- a/LEGO1/lego/legoomni/include/legopathstruct.h +++ b/LEGO1/lego/legoomni/include/legopathstruct.h @@ -42,13 +42,13 @@ class LegoPathStruct : public LegoPathStructBase { public: enum Trigger { c_camAnim = 'C', - c_D = 'D', - c_E = 'E', - c_G = 'G', - c_H = 'H', + c_d = 'D', + c_e = 'E', + c_g = 'G', + c_h = 'H', c_music = 'M', - c_S = 'S', - c_W = 'W' + c_s = 'S', + c_w = 'W' }; // FUNCTION: LEGO1 0x100473a0 diff --git a/LEGO1/lego/legoomni/src/paths/legopathstruct.cpp b/LEGO1/lego/legoomni/src/paths/legopathstruct.cpp index 415baa7a..f7049788 100644 --- a/LEGO1/lego/legoomni/src/paths/legopathstruct.cpp +++ b/LEGO1/lego/legoomni/src/paths/legopathstruct.cpp @@ -49,7 +49,7 @@ MxBool LegoPathStruct::FUN_1001b740(LegoPathActor* p_actor, MxBool p_bool1, MxU3 PlayCamAnim(p_actor, bool3, p_data, TRUE); } break; - case c_D: { + case c_d: { p_actor->VTable0x58(p_data); MxType19NotificationParam param(c_notificationType19, p_actor, m_name[2], p_data); @@ -61,12 +61,12 @@ MxBool LegoPathStruct::FUN_1001b740(LegoPathActor* p_actor, MxBool p_bool1, MxU3 } break; } - case c_E: + case c_e: FUN_1001bc40(m_name, p_data, !(p_bool2 == FALSE)); break; - case c_G: + case c_g: break; - case c_H: { + case c_h: { LegoHideAnimPresenter* presenter = m_world->GetHideAnimPresenter(); if (presenter != NULL) { @@ -79,7 +79,7 @@ MxBool LegoPathStruct::FUN_1001b740(LegoPathActor* p_actor, MxBool p_bool1, MxU3 FUN_1001bd10(p_bool1, p_data); } break; - case c_S: { + case c_s: { LegoWorld* world = CurrentWorld(); if (world != NULL) { MxType19NotificationParam param(c_notificationType19, p_actor, m_name[2], p_data); @@ -92,7 +92,7 @@ MxBool LegoPathStruct::FUN_1001b740(LegoPathActor* p_actor, MxBool p_bool1, MxU3 FUN_1001bc40(m_name, p_data, p_bool2 == FALSE); break; } - case c_W: { + case c_w: { LegoWorld* world = CurrentWorld(); if (world != NULL) { MxType19NotificationParam param(c_notificationType19, p_actor, m_name[2], p_data);