isle/LEGO1/lego/legoomni/src/act1/act1state.cpp
Christian Semmler 1bf2fdf3bb Fix structure
2024-01-13 15:37:00 -05:00

21 lines
272 B
C++

#include "act1state.h"
// STUB: LEGO1 0x100334b0
Act1State::Act1State()
{
// TODO
m_unk0x1e = 0;
m_unk0x18 = 1;
m_unk0x20 = 0;
m_unk0x1f = 0;
m_unk0x21 = TRUE;
m_unk0x22 = 0;
m_unk0x1c = 1;
}
// STUB: LEGO1 0x10034d00
void Act1State::FUN_10034d00()
{
// TODO
}