Added changing of DifficultyIcons

This commit is contained in:
Charles Lohr
2004-09-01 17:16:01 +00:00
parent 3769a40848
commit 9957b840b4
3 changed files with 19 additions and 1 deletions
+2
View File
@@ -98,6 +98,8 @@ void ScreenNetEvaluation::UpdateStats()
m_textScore[m_pActivePlayer].SetText( ssprintf("%*.0i", NUM_SCORE_DIGITS, NSMAN->m_EvalPlayerData[m_iCurrentPlayer].score) );
m_DifficultyIcon[m_pActivePlayer].SetFromDifficulty( m_pActivePlayer, NSMAN->m_EvalPlayerData[m_iCurrentPlayer].difficulty );
for (int j=0;j<NETNUMTAPSCORES;j++)
m_textJudgeNumbers[j][m_pActivePlayer].SetText( ssprintf( "%d", NSMAN->m_EvalPlayerData[m_iCurrentPlayer].tapScores[j] ) );
}