From 99424527d83d61245c790e30ae2ba08c2f066bd3 Mon Sep 17 00:00:00 2001 From: Daniel Hejduk <156322098+danielhejduk@users.noreply.github.com> Date: Thu, 11 Jan 2024 20:17:11 +0000 Subject: [PATCH] Update gasstation.cpp --- .../legoomni/src/gasstation/gasstation.cpp | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp b/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp index f446761a..f0f9d84f 100644 --- a/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp +++ b/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp @@ -3,16 +3,16 @@ // STUB: LEGO1 0x100046a0 GasStation::GasStation() { - m_unk0xf8 = 0; - m_unk0x104 = 0; - m_unk0x100 = 0; - m_unk0x106 = 0; - m_unk0xfc = 0; - m_unk0x108 = 0; - m_unk0x114 = 0; - m_unk0x10c = 0; - m_unk0x115 = 0; - m_unk0x110 = 0; + this->m_unk0xf8 = 0; + this->m_unk0x104 = 0; + this->m_unk0x100 = 0; + this->m_unk0x106 = 0; + this->m_unk0xfc = 0; + this->m_unk0x108 = 0; + this->m_unk0x114 = 0; + this->m_unk0x10c = 0; + this->m_unk0x115 = 0; + this->m_unk0x110 = 0; } // STUB: LEGO1 0x100048c0