diff --git a/stepmania/src/ScreenNetEvaluation.cpp b/stepmania/src/ScreenNetEvaluation.cpp index c9a23e27a6..d6e9500d3c 100644 --- a/stepmania/src/ScreenNetEvaluation.cpp +++ b/stepmania/src/ScreenNetEvaluation.cpp @@ -193,7 +193,7 @@ void ScreenNetEvaluation::UpdateStats() for( int j=0; jIsPlayerEnabled(m_pActivePlayer) ) // XXX: Why would this not be the case? -- Steve m_textJudgeNumbers[j][m_pActivePlayer].SetText( ssprintf("%*d", iNumDigits, NSMAN->m_EvalPlayerData[m_iCurrentPlayer].tapScores[j]) ); }