Implemented: Evaluation-time player options

This commit is contained in:
Charles Lohr
2004-09-06 04:24:51 +00:00
parent f4efbed2b3
commit cb07d3511b
5 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -137,5 +137,5 @@ void ScreenNetEvaluation::UpdateStats()
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 );
m_textPlayerOptions[m_pActivePlayer].SetText( NSMAN->m_EvalPlayerData[m_iCurrentPlayer].playerOptions );
}