Always set GAMESTATE->m_CurStageStats.pSong.

Always fill in m_vPlayedStageStats.
This commit is contained in:
Glenn Maynard
2003-12-15 06:24:59 +00:00
parent 4f5be11174
commit 2cd058620b
3 changed files with 43 additions and 35 deletions
-3
View File
@@ -1279,9 +1279,6 @@ void ScreenEvaluation::MenuStart( PlayerNumber pn )
iNumStagesOfLastSong = 1;
}
GAMESTATE->m_iCurrentStageIndex += iNumStagesOfLastSong;
// save current stage stats
GAMESTATE->m_vPlayedStageStats.push_back( GAMESTATE->m_CurStageStats ); // Save this stage's stats
break;
}
}