From c9464487c01606921ba5468480435290b2cf3c47 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 31 May 2007 04:40:08 +0000 Subject: [PATCH] remove hack. Do this wiht PreferredSongs. --- stepmania/src/SongUtil.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/stepmania/src/SongUtil.cpp b/stepmania/src/SongUtil.cpp index 1aca90b88e..2ea29497de 100644 --- a/stepmania/src/SongUtil.cpp +++ b/stepmania/src/SongUtil.cpp @@ -647,9 +647,6 @@ void SongUtil::SortSongPointerArrayByMeter( vector &vpSongsInOut, Difficu RString &s = g_mapSongSortVal[vpSongsInOut[i]]; s = ssprintf("%03d", pSteps ? pSteps->GetMeter() : 0); - /* Hack: always put tutorial songs first. */ - s += ssprintf( "%c", vpSongsInOut[i]->IsTutorial()? '0':'1' ); - /* * pSteps may not be exactly the difficulty we want; for example, we may * be sorting by Hard difficulty and a song may have no Hard steps.