This commit is contained in:
Glenn Maynard
2003-02-04 22:19:24 +00:00
parent bdf03e3978
commit 94b20d1e95
+4
View File
@@ -216,6 +216,10 @@ bool GameState::HasEarnedExtraStage()
GAMESTATE->m_pCurNotes[p]->GetDifficulty() != DIFFICULTY_CHALLENGE )
continue; /* not hard enough! */
/* XXX: if "choose EX" is enabled, then we should only grant EX2
* if the chosen stage was the EX we would have chosen (the hardest
* song or extra1.crs). Also, that song should be highlighted in the
* music wheel. */
if( m_CurStageStats.GetGrade((PlayerNumber)p) >= GRADE_AA )
return true;
}