From 94b20d1e95ba1cf818b6da705d893a323cce5f92 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 4 Feb 2003 22:19:24 +0000 Subject: [PATCH] /* */ --- stepmania/src/GameState.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index a2fb9c5810..cdaddb057e 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -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; }