BitmapText::Rainbow -> RainbowScroll to fix naming confict with Actor::rainbow

This commit is contained in:
Chris Danford
2007-02-19 09:32:07 +00:00
parent 599db61b62
commit bc997f81d4
6 changed files with 13 additions and 11 deletions
+2 -2
View File
@@ -78,11 +78,11 @@ void GroupList::Load( const vector<RString>& asGroupNames )
if( i == 0 )
{
label->SetRainbow( true );
label->SetRainbowScroll( true );
}
else
{
label->SetRainbow( false );
label->SetRainbowScroll( false );
label->SetDiffuse( SONGMAN->GetSongGroupColor(asGroupNames[i]) );
}