fix "GetExtraStageInfo() called in GROUP_ALL_MUSIC, but GAMESTATE->m_pCurSong == NULL"

This commit is contained in:
Glenn Maynard
2004-09-05 23:50:09 +00:00
parent 1d5e04b024
commit 3d0d64c4ae
+1
View File
@@ -398,6 +398,7 @@ void MusicWheel::GetSongList(vector<Song*> &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;