remove unused parameter

This commit is contained in:
Glenn Maynard
2003-07-30 02:01:19 +00:00
parent f3540c9eb7
commit ef7733e121
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -838,7 +838,7 @@ void ScreenSelectMusic::MenuStart( PlayerNumber pn )
Notes* pNotes;
PlayerOptions po;
SongOptions so;
SONGMAN->GetExtraStageInfo( false, GAMESTATE->m_pCurSong->m_sGroupName, GAMESTATE->GetCurrentStyleDef(), pSong, pNotes, po, so );
SONGMAN->GetExtraStageInfo( false, GAMESTATE->GetCurrentStyleDef(), pSong, pNotes, po, so );
ASSERT(pSong);
/* Enable 2nd extra stage if user chose the correct song */