diff --git a/stepmania/src/SongManager.cpp b/stepmania/src/SongManager.cpp index 476cf6678b..a5247e2f34 100644 --- a/stepmania/src/SongManager.cpp +++ b/stepmania/src/SongManager.cpp @@ -1437,7 +1437,7 @@ void SongManager::UpdatePreferredSort() Course *pCourse = NULL; if( !sLine.empty() ) pCourse = FindCourse( sLine ); - if( pCourse ) + if( pCourse && !(UNLOCKMAN->CourseIsLocked(pCourse) & LOCKED_SELECTABLE) ) vpCourses.push_back( pCourse ); } }