move CommonMetrics into a namespace so that it's clear where they're coming from when used.
This commit is contained in:
@@ -214,7 +214,7 @@ void ScoreScroller::SetStepsType( StepsType st, RageColor color )
|
||||
{
|
||||
ScoreRowItem *pItem = (ScoreRowItem *) m_SubActors[s];
|
||||
|
||||
FOREACH_CONST( Difficulty, DIFFICULTIES_TO_SHOW.GetValue(), cd )
|
||||
FOREACH_CONST( Difficulty, CommonMetrics::DIFFICULTIES_TO_SHOW.GetValue(), cd )
|
||||
pItem->m_textScore[*cd].SetDiffuse( color );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user