mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-26 18:04:06 +00:00
Implementing RegistrationBook::RegistrationBook() and removing this-> from Gasstation.cpp (#508)
* Implementing RegistrationBook::RegistrationBook() * Update registrationbook.h * Update registrationbook.h * Removing this keyword * TESTING: fixing the format errors * Update registrationbook.cpp * Update registrationbook.h * Update registrationbook.h * Update registrationbook.h * Update registrationbook.h * TEST fixing format errors * Update registrationbook.h * Update registrationbook.h * Removing this-> from gasstation.cpp * Fix outstanding issues, match function --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user