diff --git a/stepmania/src/ProfileHtml.cpp b/stepmania/src/ProfileHtml.cpp index c1971ed68e..8a3411d649 100644 --- a/stepmania/src/ProfileHtml.cpp +++ b/stepmania/src/ProfileHtml.cpp @@ -792,6 +792,8 @@ bool PrintPercentCompleteForStepsType( RageFile &f, const Profile *pProfile, Ste if( pSong->m_SelectionDisplay == Song::SHOW_NEVER ) continue; // skip + if( UNLOCKMAN->SongIsLocked(pSong) ) + continue; TranslatedWrite(f, "" );