From 5e99136c59b3940d18f7cc8dfda9fd5eb0087afd Mon Sep 17 00:00:00 2001 From: Daniel Hejduk <156322098+danielhejduk@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:37:36 +0100 Subject: [PATCH] Update legovehiclebuildstate.cpp --- .../lego/legoomni/src/build/legovehiclebuildstate.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LEGO1/lego/legoomni/src/build/legovehiclebuildstate.cpp b/LEGO1/lego/legoomni/src/build/legovehiclebuildstate.cpp index 8cf60edd..8f72c42c 100644 --- a/LEGO1/lego/legoomni/src/build/legovehiclebuildstate.cpp +++ b/LEGO1/lego/legoomni/src/build/legovehiclebuildstate.cpp @@ -7,11 +7,11 @@ DECOMP_SIZE_ASSERT(LegoVehicleBuildState, 0x50) // FUNCTION: LEGO1 0x10025f30 LegoVehicleBuildState::LegoVehicleBuildState(char* p_classType) { - this->m_className = p_classType; - this->m_unk0x4c = 0; - this->m_unk0x4d = 0; - this->m_unk0x4e = 0; - this->m_placedPartCount = 0; + m_className = p_classType; + m_unk0x4c = 0; + m_unk0x4d = 0; + m_unk0x4e = 0; + m_placedPartCount = 0; } // STUB: LEGO1 0x10026120