More Scrolling Banner Changes....

Now you can have songs automatically play AND have a confirm on them.
Can also change rotation of the banner / whole list via metrics. (allowing for vertical scrolling lists) or more importantly, a 4th mix interface ;)
This commit is contained in:
Andrew Livy
2003-06-09 01:13:25 +00:00
parent b5d733398d
commit dd8d872d28
4 changed files with 25 additions and 12 deletions
+2 -2
View File
@@ -179,7 +179,7 @@ void MusicBannerWheel::InsertNewBanner(int direction)
{
ASSERT(0); // we should be going in some sort of direction.
}
if(PREVIEWMUSICMODE == 0)
if(PREVIEWMUSICMODE == 0 || PREVIEWMUSICMODE == 3)
PlayMusicSample();
}
@@ -270,7 +270,7 @@ void MusicBannerWheel::LoadSongData()
m_ScrollingList.Load( asGraphicPaths );
if(SingleLoad == 2)
SingleLoad = 1;
if(PREVIEWMUSICMODE == 0)
if(PREVIEWMUSICMODE == 0 || PREVIEWMUSICMODE == 3)
PlayMusicSample();
}