This commit is contained in:
Glenn Maynard
2004-05-24 01:28:28 +00:00
parent 0a50fc0109
commit df56b72b33
4 changed files with 3 additions and 11 deletions
-3
View File
@@ -66,9 +66,6 @@ CString GetStatsLineValue( PlayerNumber pn, int iLine )
ScreenEnding::ScreenEnding( CString sClassName ) : ScreenAttract( sClassName, false/*dont reset GAMESTATE*/ )
{
/* Make sure the last stage was finished. */
GAMESTATE->FinishStage();
vector<Song*> arraySongs;
SONGMAN->GetSongs( arraySongs );
SongUtil::SortSongPointerArrayByTitle( arraySongs );