Added: support for player options at evaluation-time

This commit is contained in:
Charles Lohr
2004-09-06 03:54:04 +00:00
parent 712b5fbca0
commit 1fd7483cdd
4 changed files with 7 additions and 0 deletions
+2
View File
@@ -136,4 +136,6 @@ void ScreenNetEvaluation::UpdateStats()
int iNumDigits = (j==max_combo) ? MAX_COMBO_NUM_DIGITS : 4;
m_textJudgeNumbers[j][m_pActivePlayer].SetText( ssprintf( "%*d", iNumDigits, NSMAN->m_EvalPlayerData[m_iCurrentPlayer].tapScores[j] ) );
}
m_textPlayerOptions[NUM_PLAYERS].SetText( NSMAN->m_EvalPlayerData[m_iCurrentPlayer].playerOptions );
}