Remove multiple notetypes per style. Not used, just clutter now.

This commit is contained in:
Glenn Maynard
2002-10-14 00:28:27 +00:00
parent c4702a277d
commit 5bbbbdcf92
12 changed files with 42 additions and 60 deletions
+1 -1
View File
@@ -726,7 +726,7 @@ void ScreenSelectMusic::AfterMusicChange()
m_fPlaySampleCountdown = SAMPLE_MUSIC_DELAY;
for( int pn = 0; pn < NUM_PLAYERS; ++pn) {
pSong->GetNotesThatMatch( GAMESTATE->GetCurrentStyleDef(), pn, m_arrayNotes[pn] );
pSong->GetNotesThatMatch( GAMESTATE->GetCurrentStyleDef()->m_NotesType, m_arrayNotes[pn] );
SortNotesArrayByDifficulty( m_arrayNotes[pn] );
}