don't show meters in random

This commit is contained in:
Chris Danford
2005-04-03 09:48:50 +00:00
parent 6c379ca934
commit e3785ab35d
+1 -1
View File
@@ -295,7 +295,7 @@ void DifficultyList::SetFromGameState()
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.SetDiffuseColor( SONGMAN->GetDifficultyColor(*d) );