diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index 9fb8b30ad9..946e6c9517 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -419,7 +419,7 @@ ScreenEvaluation::ScreenEvaluation( CString sClassName ) : Screen(sClassName) // if( SHOW_GRADE_AREA ) { - // ugly: Touch all possible grade files to make sure their all present + // ugly: Touch all possible grade files to make sure they're all present for( int g=GRADE_TIER_1; gGetPathToG( "ScreenEvaluation grade "+ GradeToString((Grade)g) ); @@ -994,13 +994,16 @@ void ScreenEvaluation::TweenOffScreen() } // grade area - for( p=0; pIsPlayerEnabled(p) ) - continue; - OFF_COMMAND( m_sprGradeFrame[p] ); - OFF_COMMAND( m_Grades[p] ); - OFF_COMMAND( m_sprGrade[p] ); + for( p=0; pIsPlayerEnabled(p) ) + continue; + OFF_COMMAND( m_sprGradeFrame[p] ); + OFF_COMMAND( m_Grades[p] ); + OFF_COMMAND( m_sprGrade[p] ); + } } if( SHOW_GRAPH_AREA )