diff --git a/stepmania/src/ScreenJukebox.cpp b/stepmania/src/ScreenJukebox.cpp index 6620826ba1..178fff3c89 100644 --- a/stepmania/src/ScreenJukebox.cpp +++ b/stepmania/src/ScreenJukebox.cpp @@ -65,6 +65,9 @@ bool ScreenJukebox::SetSong( bool bDemonstration ) } } + if( vDifficultiesToShow.empty() ) + vDifficultiesToShow.push_back( DIFFICULTY_EASY ); + // // Search for a Song and Steps to play during the demo //