SONGMAN API change.

This commit is contained in:
Steve Checkoway
2007-04-07 05:11:47 +00:00
parent 54035d6334
commit ef22ba5d57
12 changed files with 20 additions and 35 deletions
+1 -2
View File
@@ -32,8 +32,7 @@ void ScreenSelectGroup::Init()
ASSERT( PREFSMAN->m_bShowSelectGroup );
vector<Song*> aAllSongs;
SONGMAN->GetSongs( aAllSongs );
vector<Song*> aAllSongs = SONGMAN->GetSongs();
// Filter out Songs that can't be played by the current Style
for( int j=aAllSongs.size()-1; j>=0; j-- ) // foreach Song, back to front