From b19c400fd7fd719d2bad1a0623a6650a2fa1e1df Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 7 Sep 2002 05:10:02 +0000 Subject: [PATCH] /* */ --- stepmania/src/SongSelector.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stepmania/src/SongSelector.cpp b/stepmania/src/SongSelector.cpp index 545e529756..33c3bfba52 100644 --- a/stepmania/src/SongSelector.cpp +++ b/stepmania/src/SongSelector.cpp @@ -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)"