mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-24 08:41:16 +00:00
15 lines
236 B
C++
15 lines
236 B
C++
#include "gasstationstate.h"
|
|
|
|
// OFFSET: LEGO1 0x10005eb0
|
|
GasStationState::GasStationState()
|
|
{
|
|
m_unk0x18 = 0;
|
|
m_unk0x1a = 0;
|
|
m_unk0x1c = 0;
|
|
m_unk0x1e = 0;
|
|
m_unk0x20 = 0;
|
|
m_unk0x08 = -1;
|
|
m_unk0x0c = -1;
|
|
m_unk0x10 = -1;
|
|
}
|