/* */
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user