don't show meters in random
This commit is contained in:
@@ -295,7 +295,7 @@ void DifficultyList::SetFromGameState()
|
|||||||
|
|
||||||
row.m_dc = *d;
|
row.m_dc = *d;
|
||||||
|
|
||||||
m_Lines[i].m_Meter.SetFromMeterAndDifficulty( 3*(*d), *d );
|
m_Lines[i].m_Meter.SetFromMeterAndDifficulty( 0, *d );
|
||||||
|
|
||||||
m_Lines[i].m_Description.SetText( GetDifficultyString(*d) );
|
m_Lines[i].m_Description.SetText( GetDifficultyString(*d) );
|
||||||
m_Lines[i].m_Description.SetDiffuseColor( SONGMAN->GetDifficultyColor(*d) );
|
m_Lines[i].m_Description.SetDiffuseColor( SONGMAN->GetDifficultyColor(*d) );
|
||||||
|
|||||||
Reference in New Issue
Block a user