diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index 1f132fedde..cebd3a6a7c 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -398,6 +398,7 @@ void MusicWheel::GetSongList(vector &arraySongs, SortOrder so, CString sP /* Hack: Add extra stage item if it was eliminated for any reason (eg. it's a long * song). */ + if( GAMESTATE->IsExtraStage() || GAMESTATE->IsExtraStage2() ) { Song* pSong; Steps* pSteps;