This commit is contained in:
Glenn Maynard
2002-09-07 05:10:02 +00:00
parent 33a0e450e4
commit b19c400fd7
+3 -1
View File
@@ -265,7 +265,9 @@ void SongSelector::OnNotesTypeChange()
m_textStyle.SetText( GAMEMAN->GetStyleDefForStyle(GetSelectedStyle())->m_szName );
m_pNotess.RemoveAll();
/* XXX. We should display couples if either side exists ... */
/* XXX. We should display couples if either side exists ...
*
* This will also list fallback notes, which we don't want to do. */
GetSelectedSong()->GetNotesThatMatch( GAMEMAN->GetStyleDefForStyle(GetSelectedStyle()), 0, m_pNotess );
SortNotesArrayByDifficulty( m_pNotess );
m_pNotess.Add( NULL ); // marker for "(NEW)"