mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-23 20:13:46 -04:00
Merge remote-tracking branch 'isle/master'
This commit is contained in:
commit
ac6ec7afbb
@ -172,7 +172,7 @@ LegoGameState::LegoGameState()
|
|||||||
VariableTable()->SetVariable(m_fullScreenMovie);
|
VariableTable()->SetVariable(m_fullScreenMovie);
|
||||||
|
|
||||||
VariableTable()->SetVariable("lightposition", "2");
|
VariableTable()->SetVariable("lightposition", "2");
|
||||||
SerializeScoreHistory(1);
|
SerializeScoreHistory(LegoFile::c_read);
|
||||||
}
|
}
|
||||||
|
|
||||||
// FUNCTION: LEGO1 0x10039720
|
// FUNCTION: LEGO1 0x10039720
|
||||||
@ -317,7 +317,7 @@ MxResult LegoGameState::Save(MxULong p_slot)
|
|||||||
|
|
||||||
area = m_unk0x42c;
|
area = m_unk0x42c;
|
||||||
storage.WriteU16(area);
|
storage.WriteU16(area);
|
||||||
SerializeScoreHistory(2);
|
SerializeScoreHistory(LegoFile::c_write);
|
||||||
m_isDirty = FALSE;
|
m_isDirty = FALSE;
|
||||||
|
|
||||||
done:
|
done:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user