From e481043f3bef2701d16ea96f3eadfcd54e89d005 Mon Sep 17 00:00:00 2001 From: Daniel Hejduk Date: Sun, 4 Feb 2024 13:56:18 +0100 Subject: [PATCH] Removing this-> from 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 c7a695a8..76e0f771 100644 --- a/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp +++ b/LEGO1/lego/legoomni/src/gasstation/gasstation.cpp @@ -5,16 +5,16 @@ // FUNCTION: LEGO1 0x100046a0 GasStation::GasStation() { - this->m_unk0xf8 = 0; - this->m_unk0x100 = 0; - this->m_unk0xfc = 0; - this->m_unk0x108 = 0; - this->m_unk0x104 = 0; - this->m_unk0x114 = 0; - this->m_unk0x106 = 0; - this->m_unk0x10c = 0; - this->m_unk0x115 = 0; - this->m_unk0x110 = 0; + m_unk0xf8 = 0; + m_unk0x100 = 0; + m_unk0xfc = 0; + m_unk0x108 = 0; + m_unk0x104 = 0; + m_unk0x114 = 0; + m_unk0x106 = 0; + m_unk0x10c = 0; + m_unk0x115 = 0; + m_unk0x110 = 0; NotificationManager()->Register(this); }