store course group names

show courses on wheel with a group color
This commit is contained in:
Chris Danford
2005-06-03 01:57:10 +00:00
parent 6cdd8afefd
commit 91d375d31a
9 changed files with 374 additions and 322 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ void GroupList::Load( const CStringArray& asGroupNames )
else
{
label->TurnRainbowOff();
label->SetDiffuse( SONGMAN->GetGroupColor(asGroupNames[i]) );
label->SetDiffuse( SONGMAN->GetSongGroupColor(asGroupNames[i]) );
}
m_bHidden.push_back( ItemIsOnScreen(i) );