Removing this keyword

This commit is contained in:
Daniel Hejduk 2024-01-31 17:46:31 +01:00
parent 63a9bf751a
commit 4462bcc6e1
No known key found for this signature in database
GPG Key ID: 6353616C70B30D1C

View File

@ -7,19 +7,19 @@
// STUB: LEGO1 0x10076d20 // STUB: LEGO1 0x10076d20
RegistrationBook::RegistrationBook() RegistrationBook::RegistrationBook()
{ {
this->m_unk0xf8 = 0x80000000; m_unk0xf8 = 0x80000000;
this->m_unk0xfc = 1; m_unk0xfc = 1;
this->m_unk0x28e = 0; m_unk0x28e = 0;
this->m_unk0x280 = -1; m_unk0x280 = -1;
this->m_unk0x284 = -1; m_unk0x284 = -1;
this->m_unk0x288 = -1; m_unk0x288 = -1;
this->m_unk0x28c = -1; m_unk0x28c = -1;
this->m_unk0x2b8 = 0; m_unk0x2b8 = 0;
this->m_unk0x2bc = 0; m_unk0x2bc = 0;
this->m_unk0x2c1 = 0; m_unk0x2c1 = 0;
this->m_unk0x2c4 = 0; m_unk0x2c4 = 0;
this->m_unk0x2c8 = 0; m_unk0x2c8 = 0;
this->m_unk0x2cc = 0; m_unk0x2cc = 0;
NotificationManager()->Register(this); NotificationManager()->Register(this);
} }