diff --git a/stepmania/src/ScreenEvaluation.cpp b/stepmania/src/ScreenEvaluation.cpp index 57cba732cd..9a339b8ae6 100644 --- a/stepmania/src/ScreenEvaluation.cpp +++ b/stepmania/src/ScreenEvaluation.cpp @@ -726,73 +726,95 @@ void ScreenEvaluation::TweenOffScreen() } // points area - for( p=0; pGetMetric("ScreenEvaluation",ssprintf("PercentP%dOffCommand",p+1)) ); - m_Percent[p].TweenOffScreen(); + for( p=0; pGetMetric("ScreenEvaluation",ssprintf("PercentP%dOffCommand",p+1)) ); + m_Percent[p].TweenOffScreen(); + } } // bonus area - for( p=0; pIsPlayerEnabled(p) ) - continue; - UtilOffCommand( m_sprBonusFrame[p], "ScreenEvaluation" ); - for( int r=0; rIsPlayerEnabled(p) ) + continue; + UtilOffCommand( m_sprBonusFrame[p], "ScreenEvaluation" ); + for( int r=0; rIsPlayerEnabled(p) ) - continue; - UtilOffCommand( m_sprSurvivedFrame[p], "ScreenEvaluation" ); - UtilOffCommand( m_textSurvivedNumber[p], "ScreenEvaluation" ); + for( p=0; pIsPlayerEnabled(p) ) + continue; + UtilOffCommand( m_sprSurvivedFrame[p], "ScreenEvaluation" ); + UtilOffCommand( m_textSurvivedNumber[p], "ScreenEvaluation" ); + } } - + // win area - for( p=0; pIsPlayerEnabled(p) ) - continue; - UtilOffCommand( m_sprWinFrame[p], "ScreenEvaluation" ); - UtilOffCommand( m_sprWin[p], "ScreenEvaluation" ); + for( p=0; pIsPlayerEnabled(p) ) + continue; + UtilOffCommand( m_sprWinFrame[p], "ScreenEvaluation" ); + UtilOffCommand( m_sprWin[p], "ScreenEvaluation" ); + } } - + // judgement area int l; for( l=0; lIsPlayerEnabled(p) ) - continue; - for( l=0; lIsPlayerEnabled(p) ) + continue; UtilOffCommand( m_textJudgeNumbers[l][p], "ScreenEvaluation" ); + } } // score area - UtilOffCommand( m_sprScoreLabel, "ScreenEvaluation" ); - for( p=0; pIsPlayerEnabled(p) ) - continue; - UtilOffCommand( m_textScore[p], "ScreenEvaluation" ); + UtilOffCommand( m_sprScoreLabel, "ScreenEvaluation" ); + for( p=0; pIsPlayerEnabled(p) ) + continue; + UtilOffCommand( m_textScore[p], "ScreenEvaluation" ); + } } // time area - UtilOffCommand( m_sprTimeLabel, "ScreenEvaluation" ); - for( p=0; pIsPlayerEnabled(p) ) - continue; - UtilOffCommand( m_textTime[p], "ScreenEvaluation" ); + UtilOffCommand( m_sprTimeLabel, "ScreenEvaluation" ); + for( p=0; pIsPlayerEnabled(p) ) + continue; + UtilOffCommand( m_textTime[p], "ScreenEvaluation" ); + } } // extra area @@ -828,7 +850,8 @@ void ScreenEvaluation::Update( float fDeltaTime ) GAMESTATE->m_CurStageStats.iBonus[p] -= increment; GAMESTATE->m_CurStageStats.iScore[p] += increment; - m_textScore[p].SetText( ssprintf("%*.0i", NUM_SCORE_DIGITS, GAMESTATE->m_CurStageStats.iScore[p]) ); + if( SHOW_SCORE_AREA ) + m_textScore[p].SetText( ssprintf("%*.0i", NUM_SCORE_DIGITS, GAMESTATE->m_CurStageStats.iScore[p]) ); } /* for( int l=0; l