mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-30 19:51:15 +00:00
Update gasstation.cpp
This commit is contained in:
parent
8149373499
commit
99424527d8
@ -3,16 +3,16 @@
|
|||||||
// STUB: LEGO1 0x100046a0
|
// STUB: LEGO1 0x100046a0
|
||||||
GasStation::GasStation()
|
GasStation::GasStation()
|
||||||
{
|
{
|
||||||
m_unk0xf8 = 0;
|
this->m_unk0xf8 = 0;
|
||||||
m_unk0x104 = 0;
|
this->m_unk0x104 = 0;
|
||||||
m_unk0x100 = 0;
|
this->m_unk0x100 = 0;
|
||||||
m_unk0x106 = 0;
|
this->m_unk0x106 = 0;
|
||||||
m_unk0xfc = 0;
|
this->m_unk0xfc = 0;
|
||||||
m_unk0x108 = 0;
|
this->m_unk0x108 = 0;
|
||||||
m_unk0x114 = 0;
|
this->m_unk0x114 = 0;
|
||||||
m_unk0x10c = 0;
|
this->m_unk0x10c = 0;
|
||||||
m_unk0x115 = 0;
|
this->m_unk0x115 = 0;
|
||||||
m_unk0x110 = 0;
|
this->m_unk0x110 = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// STUB: LEGO1 0x100048c0
|
// STUB: LEGO1 0x100048c0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user