Pump Music Select Screen now with sounds for changing songs or cycling songs.

Also a metric to have it play preview music pump or ddr style.
This commit is contained in:
Andrew Livy
2003-01-16 21:21:09 +00:00
parent f98211d30e
commit fac3d3aa69
5 changed files with 113 additions and 18 deletions
+5 -2
View File
@@ -30,6 +30,7 @@ enum
};
#define DEFAULT_SCROLL_DIRECTION THEME->GetMetricI("Notes","DefaultScrollDirection")
#define PREVIEWMUSICMODE THEME->GetMetricI("ScreenEz2SelectMusic","PreviewMusicMode")
MusicBannerWheel::MusicBannerWheel()
{
@@ -184,7 +185,8 @@ void MusicBannerWheel::InsertNewBanner(int direction)
{
ASSERT(0); // we should be going in some sort of direction.
}
PlayMusicSample();
if(PREVIEWMUSICMODE == 0)
PlayMusicSample();
}
/****************************
@@ -274,7 +276,8 @@ void MusicBannerWheel::LoadSongData()
m_ScrollingList.Load( asGraphicPaths );
if(SingleLoad == 2)
SingleLoad = 1;
PlayMusicSample();
if(PREVIEWMUSICMODE == 0)
PlayMusicSample();
}