defer MusicList loading

This commit is contained in:
Glenn Maynard
2003-10-19 19:59:11 +00:00
parent 7c90cdca44
commit 9a21f5a1e1
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -99,6 +99,7 @@ ScreenSelectGroup::ScreenSelectGroup( CString sClassName ) : Screen( sClassName
asGroupNames.push_back( iter->first );
// Add songs to the MusicList.
m_MusicList.Load();
for( unsigned g=0; g < asGroupNames.size(); g++ ) /* for each group */
{
vector<Song*> aSongsInGroup;