add sort by difficulty

This commit is contained in:
Chris Danford
2005-03-05 20:48:27 +00:00
parent fd16ad74fb
commit afaa5e6b51
3 changed files with 20 additions and 1 deletions
+3
View File
@@ -341,6 +341,9 @@ void SongUtil::SortSongPointerArrayByMeter( vector<Song*> &arraySongPointers, Di
stable_sort( arraySongPointers.begin(), arraySongPointers.end(), CompareSongPointersBySortValueAscending );
}
//////////////////////////////////
// SongID
//////////////////////////////////
void SongID::FromSong( const Song *p )
{