From 8ead6559c298bc06974e5e8f1af296a226c83cbb Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 7 Nov 2004 00:19:01 +0000 Subject: [PATCH] revert --- stepmania/src/MusicWheel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index 06b4f5210e..75f8cace0c 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -1551,7 +1551,7 @@ Song *MusicWheel::GetPreferredSelectionForRandomOrPortal() if( !sPreferredGroup.empty() && wid[iSelection].m_sSectionName != sPreferredGroup ) continue; - if( pSong->IsTutorial() ) + if( i < 900 && pSong->IsTutorial() ) continue; FOREACH( Difficulty, vDifficultiesToRequire, d )