isle/LEGO1/scorestate.cpp
2023-10-18 21:58:16 -04:00

14 lines
205 B
C++

#include "scorestate.h"
// OFFSET: LEGO1 0x1000de20
MxBool ScoreState::VTable0x14() {
return FALSE;
}
// OFFSET: LEGO1 0x1000de30
MxBool ScoreState::VTable0x18()
{
m_unk0x08 = TRUE;
return TRUE;
}