From ae303c6a79f9ab284070d47277b8d6bc7ef9cdb1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 7 Sep 2002 06:12:41 +0000 Subject: [PATCH] /* */ --- stepmania/src/SongSelector.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/SongSelector.cpp b/stepmania/src/SongSelector.cpp index 33c3bfba52..2adad9ff6d 100644 --- a/stepmania/src/SongSelector.cpp +++ b/stepmania/src/SongSelector.cpp @@ -265,9 +265,7 @@ void SongSelector::OnNotesTypeChange() m_textStyle.SetText( GAMEMAN->GetStyleDefForStyle(GetSelectedStyle())->m_szName ); m_pNotess.RemoveAll(); - /* XXX. We should display couples if either side exists ... - * - * This will also list fallback notes, which we don't want to do. */ + /* XXX. This will list fallback notes, which we don't want. */ GetSelectedSong()->GetNotesThatMatch( GAMEMAN->GetStyleDefForStyle(GetSelectedStyle()), 0, m_pNotess ); SortNotesArrayByDifficulty( m_pNotess ); m_pNotess.Add( NULL ); // marker for "(NEW)"