GetAllSongs() -> GetSongs().

This commit is contained in:
Steve Checkoway
2007-04-07 05:36:40 +00:00
parent a9187f5ce4
commit 0cb56b6ec2
11 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ void WorkoutManager::GetWorkoutSongsForGenres( const vector<RString> &vsSongGenr
soc.m_Selectable = SongCriteria::Selectable_Yes;
soc.m_bUseSongGenreAllowedList = true;
soc.m_vsSongGenreAllowedList = vsSongGenres;
SongUtil::FilterSongs( soc, SONGMAN->GetAllSongs(), vpSongsOut );
SongUtil::FilterSongs( soc, SONGMAN->GetSongs(), vpSongsOut );
}
static LocalizedString SONGS_ENABLED( "WorkoutManager", "%d/%d songs enabled" );