isle/LEGO1/gasstationstate.cpp

19 lines
294 B
C++
Raw Normal View History

#include "gasstationstate.h"
DECOMP_SIZE_ASSERT(GasStationState, 0x24);
// OFFSET: LEGO1 0x10005eb0
GasStationState::GasStationState()
{
2023-10-24 19:38:27 -04:00
m_unk0x18 = 0;
m_unk0x1a = 0;
m_unk0x1c = 0;
m_unk0x1e = 0;
m_unk0x20 = 0;
2023-10-24 19:38:27 -04:00
undefined4* unk = m_unk0x08;
unk[0] = -1;
unk[1] = -1;
unk[2] = -1;
}