Can now skip from group to group on ez2/pump song select using codes -- note; currently enters infinite loop if there is only 1 group and code entered -- will fix this later

This commit is contained in:
Andrew Livy
2003-09-07 22:03:23 +00:00
parent 9da20ccf14
commit 378f7a3a4a
5 changed files with 53 additions and 1 deletions
+8
View File
@@ -248,6 +248,14 @@ void ScreenEz2SelectMusic::Input( const DeviceInput& DeviceI, const InputEventTy
{
UpdateOptions(pn,1);
}
if( CodeDetector::EnteredNextBannerGroup(GameI.controller))
{
m_MusicBannerWheel.ScanToNextGroup();
MusicChanged();
return;
}
if( type != IET_FIRST_PRESS )
{
m_bScanning = true;