From 7343405a1702e9c74591a21014402a3470311824 Mon Sep 17 00:00:00 2001 From: Daniel Hejduk <156322098+danielhejduk@users.noreply.github.com> Date: Sun, 4 Feb 2024 19:36:14 +0100 Subject: [PATCH] Removing this-> from dunebuggy.cpp --- LEGO1/lego/legoomni/src/build/dunebuggy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGO1/lego/legoomni/src/build/dunebuggy.cpp b/LEGO1/lego/legoomni/src/build/dunebuggy.cpp index 66fa23d2..7c5eef2f 100644 --- a/LEGO1/lego/legoomni/src/build/dunebuggy.cpp +++ b/LEGO1/lego/legoomni/src/build/dunebuggy.cpp @@ -7,8 +7,8 @@ DECOMP_SIZE_ASSERT(DuneBuggy, 0x16c); // FUNCTION: LEGO1 0x10067bb0 DuneBuggy::DuneBuggy() { - this->m_unk0x13c = 25.0; - this->m_unk0x164 = 1.0; + m_unk0x13c = 25.0; + m_unk0x164 = 1.0; } // STUB: LEGO1 0x10067e30