PLAYER_COLOR -> command

This commit is contained in:
Glenn Maynard
2005-08-31 03:41:21 +00:00
parent 8947fed4e8
commit bffd30aafd
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ void ScoreDisplayNormal::Init( const PlayerState* pPlayerState, const PlayerStag
// TODO: Remove use of PlayerNumber.
PlayerNumber pn = pPlayerState->m_PlayerNumber;
m_text.SetDiffuse( PLAYER_COLOR.GetValue(pn) );
m_text.RunCommands( PLAYER_COLOR.GetValue(pn) );
}
void ScoreDisplayNormal::SetScore( int iNewScore )