don't show locked songs in percent complete table
This commit is contained in:
@@ -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>" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user