fixed little compile error in Ez2SelectStyle

This commit is contained in:
Chris Danford
2002-09-06 21:14:43 +00:00
parent 53f31b4bba
commit cb620c8c53
+1 -1
View File
@@ -642,7 +642,7 @@ void ScreenEz2SelectMusic::AfterMusicChange()
break;
case TYPE_SONG:
{
pSong->GetNotesThatMatch( GAMESTATE->GetCurrentStyleDef()->m_NotesType, m_arrayNotes );
pSong->GetNotesThatMatch( GAMESTATE->GetCurrentStyleDef(), PLAYER_1, m_arrayNotes );
SortNotesArrayByDifficulty( m_arrayNotes );
m_Banner.SetFromSong( pSong );