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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user