don't show locked songs in percent complete table

This commit is contained in:
Chris Danford
2004-05-08 08:19:01 +00:00
parent 2b7c8a8d5e
commit b51450b50c
+2
View File
@@ -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, "<tr>" );