don't show locked Steps in ranking

This commit is contained in:
Chris Danford
2005-06-27 04:48:03 +00:00
parent dda77894e8
commit cd43ae66f1
+2
View File
@@ -850,6 +850,8 @@ float ScreenRanking::SetPage( PageToShow pts )
FOREACH_CONST( Difficulty, DIFFICULTIES_TO_SHOW.GetValue(), iter )
{
const Steps* pSteps = pSong->GetStepsByDifficulty( pts.st, *iter, false );
if( UNLOCKMAN->StepsIsLocked( pSong, pSteps ) )
pSteps = NULL;
BitmapText* pTextStepsScore = &item.m_textScore[*iter];
if( pSteps == NULL )