From d5383877467f72b630e551c354c1b336775e7542 Mon Sep 17 00:00:00 2001 From: Daniel Hejduk <156322098+danielhejduk@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:37:05 +0100 Subject: [PATCH] Removing this-> from jetski.cpp --- LEGO1/lego/legoomni/src/build/jetski.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LEGO1/lego/legoomni/src/build/jetski.cpp b/LEGO1/lego/legoomni/src/build/jetski.cpp index 7a5a3dcd..da6a6e12 100644 --- a/LEGO1/lego/legoomni/src/build/jetski.cpp +++ b/LEGO1/lego/legoomni/src/build/jetski.cpp @@ -5,9 +5,9 @@ DECOMP_SIZE_ASSERT(Jetski, 0x164); // FUNCTION: LEGO1 0x1007e3b0 Jetski::Jetski() { - this->m_unk0x13c = 25.0; - this->m_unk0x150 = 2.0; - this->m_unk0x148 = 1; + m_unk0x13c = 25.0; + m_unk0x150 = 2.0; + m_unk0x148 = 1; } // STUB: LEGO1 0x1007e630