mirror of
https://github.com/isledecomp/isle.git
synced 2024-11-22 15:48:09 -05:00
initialize more members in LegoGameState (#451)
This commit is contained in:
parent
c0af1dbac4
commit
99917ca765
1 changed files with 9 additions and 1 deletions
|
@ -60,7 +60,15 @@ LegoGameState::LegoGameState()
|
|||
// TODO
|
||||
SetROIHandlerFunction();
|
||||
|
||||
m_stateCount = 0;
|
||||
this->m_stateCount = 0;
|
||||
this->m_unk0xc = 0;
|
||||
this->m_savePath = NULL;
|
||||
this->m_unk0x424 = 0;
|
||||
this->m_prevArea = 0;
|
||||
this->m_unk0x42c = 0;
|
||||
this->m_isDirty = FALSE;
|
||||
this->m_currentAct = -1;
|
||||
|
||||
m_backgroundColor = new LegoBackgroundColor("backgroundcolor", "set 56 54 68");
|
||||
VariableTable()->SetVariable(m_backgroundColor);
|
||||
|
||||
|
|
Loading…
Reference in a new issue