mirror of
https://github.com/isledecomp/isle-portable.git
synced 2025-09-22 03:22:35 -04:00
Merge remote-tracking branch 'isle/master'
This commit is contained in:
commit
41daf76bca
@ -1547,8 +1547,6 @@ void LegoGameState::History::WriteScoreHistory()
|
||||
}
|
||||
else {
|
||||
if (m_count < (MxS16) sizeOfArray(m_scores)) {
|
||||
assert(totalScore > p_scorehist->m_totalScore);
|
||||
|
||||
m_scores[m_count].m_totalScore = totalScore;
|
||||
memcpy(m_scores[m_count].m_scores, scores, sizeof(m_scores[m_count].m_scores));
|
||||
m_scores[m_count].m_name = GameState()->m_players[0];
|
||||
|
Loading…
x
Reference in New Issue
Block a user