move CommonMetrics into a namespace so that it's clear where they're coming from when used.
This commit is contained in:
@@ -31,7 +31,7 @@ void ScoreDisplayOni::Init( const PlayerState* pPlayerState, const PlayerStageSt
|
||||
// TODO: Remove use of PlayerNumber.
|
||||
PlayerNumber pn = pPlayerState->m_PlayerNumber;
|
||||
|
||||
m_text.RunCommands( PLAYER_COLOR.GetValue(pn) );
|
||||
m_text.RunCommands( CommonMetrics::PLAYER_COLOR.GetValue(pn) );
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user