Restrict course editor to playable songs.

This does not yet deal with songs with charts
in multiple game types.

...at least, as far as I know.
This commit is contained in:
Jason Felds
2011-06-08 21:58:45 -04:00
parent 2f896c3807
commit 42f39c7ab9
3 changed files with 34 additions and 4 deletions
+1 -1
View File
@@ -145,7 +145,7 @@ void ScreenOptionsEditCourse::Init()
sc.m_Tutorial = SongCriteria::Tutorial_No;
sc.m_Locked = SongCriteria::Locked_Unlocked;
SongUtil::FilterSongs( sc, SONGMAN->GetAllSongs(), m_vpSongs );
SongUtil::FilterSongs( sc, SONGMAN->GetAllSongs(), m_vpSongs, true );
SongUtil::SortSongPointerArrayByTitle( m_vpSongs );
}