eval cleanup: make Grades AutoActors, make metrics and element names match

This commit is contained in:
Chris Danford
2008-04-04 15:32:31 +00:00
parent 8eab5b1c0b
commit 5069eab0c2
5 changed files with 37 additions and 80 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ void ScreenNetEvaluation::UpdateStats()
if( m_iCurrentPlayer >= (int) NSMAN->m_EvalPlayerData.size() )
return;
m_Grades[m_pActivePlayer].SetGrade( m_pActivePlayer, (Grade)NSMAN->m_EvalPlayerData[m_iCurrentPlayer].grade );
m_Grades[m_pActivePlayer].SetGrade( (Grade)NSMAN->m_EvalPlayerData[m_iCurrentPlayer].grade );
m_textScore[m_pActivePlayer].SetText( ssprintf("%*.0i", NUM_SCORE_DIGITS, NSMAN->m_EvalPlayerData[m_iCurrentPlayer].score) );