From 4462bcc6e1f2f4639a8f30fd0421dfd83b2247d2 Mon Sep 17 00:00:00 2001 From: Daniel Hejduk Date: Wed, 31 Jan 2024 17:46:31 +0100 Subject: [PATCH] Removing this keyword --- .../src/infocenter/registrationbook.cpp | 26 +++++++++---------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/LEGO1/lego/legoomni/src/infocenter/registrationbook.cpp b/LEGO1/lego/legoomni/src/infocenter/registrationbook.cpp index 80d5c404..ee28da99 100644 --- a/LEGO1/lego/legoomni/src/infocenter/registrationbook.cpp +++ b/LEGO1/lego/legoomni/src/infocenter/registrationbook.cpp @@ -7,19 +7,19 @@ // STUB: LEGO1 0x10076d20 RegistrationBook::RegistrationBook() { - this->m_unk0xf8 = 0x80000000; - this->m_unk0xfc = 1; - this->m_unk0x28e = 0; - this->m_unk0x280 = -1; - this->m_unk0x284 = -1; - this->m_unk0x288 = -1; - this->m_unk0x28c = -1; - this->m_unk0x2b8 = 0; - this->m_unk0x2bc = 0; - this->m_unk0x2c1 = 0; - this->m_unk0x2c4 = 0; - this->m_unk0x2c8 = 0; - this->m_unk0x2cc = 0; + m_unk0xf8 = 0x80000000; + m_unk0xfc = 1; + m_unk0x28e = 0; + m_unk0x280 = -1; + m_unk0x284 = -1; + m_unk0x288 = -1; + m_unk0x28c = -1; + m_unk0x2b8 = 0; + m_unk0x2bc = 0; + m_unk0x2c1 = 0; + m_unk0x2c4 = 0; + m_unk0x2c8 = 0; + m_unk0x2cc = 0; NotificationManager()->Register(this); }