mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-18 14:01:16 +00:00
* Start GasStation::ReadyWorld * fixes (up to 69.43%) * what is this file and how did it get here * don't hardcode (likely) action id * Match FUN_10005590 (non-inlined version of PlayAction?) * fixes (75.07%) * Fixes (77.87%) * style * fix * style * style --------- Co-authored-by: Christian Semmler <mail@csemmler.com>
32 lines
514 B
C++
32 lines
514 B
C++
#include "gasstationstate.h"
|
|
|
|
DECOMP_SIZE_ASSERT(GasStationState, 0x24)
|
|
|
|
// FUNCTION: LEGO1 0x10005eb0
|
|
GasStationState::GasStationState()
|
|
{
|
|
m_unk0x18 = 0;
|
|
m_unk0x1a = 0;
|
|
m_unk0x1c = 0;
|
|
m_unk0x1e = 0;
|
|
m_unk0x20 = 0;
|
|
|
|
undefined4* unk0x08 = m_unk0x08;
|
|
unk0x08[0] = -1;
|
|
unk0x08[1] = -1;
|
|
unk0x08[2] = -1;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10006300
|
|
MxResult GasStationState::VTable0x1c(LegoFile* p_legoFile)
|
|
{
|
|
// TODO
|
|
return SUCCESS;
|
|
}
|
|
|
|
// STUB: LEGO1 0x10006430
|
|
void GasStationState::FUN_10006430(undefined4)
|
|
{
|
|
// TODO
|
|
}
|