add sort and mode banners, metric for random and roulette scrolling

This commit is contained in:
Chris Danford
2004-04-13 09:46:04 +00:00
parent d61e2b0f40
commit 8ecc6183f0
5 changed files with 52 additions and 8 deletions
+12
View File
@@ -161,6 +161,18 @@ void FadingBanner::LoadAllMusic()
m_Banner[GetBackIndex()].LoadAllMusic();
}
void FadingBanner::LoadSort()
{
BeforeChange();
m_Banner[GetBackIndex()].LoadSort();
}
void FadingBanner::LoadMode()
{
BeforeChange();
m_Banner[GetBackIndex()].LoadMode();
}
void FadingBanner::LoadFromGroup( CString sGroupName )
{
const CString sGroupBannerPath = SONGMAN->GetGroupBannerPath( sGroupName );