also fix course crash when SongsPerPlay > 3
This commit is contained in:
@@ -653,7 +653,6 @@ void GameState::CommitStageStats()
|
|||||||
void GameState::FinishStage()
|
void GameState::FinishStage()
|
||||||
{
|
{
|
||||||
// Increment the stage counter.
|
// Increment the stage counter.
|
||||||
ASSERT( m_iNumStagesOfThisSong >= 1 && m_iNumStagesOfThisSong <= 3 );
|
|
||||||
const int iOldStageIndex = m_iCurrentStageIndex;
|
const int iOldStageIndex = m_iCurrentStageIndex;
|
||||||
|
|
||||||
++m_iCurrentStageIndex;
|
++m_iCurrentStageIndex;
|
||||||
|
|||||||
Reference in New Issue
Block a user