fix assert on ABC sections
This commit is contained in:
@@ -1556,9 +1556,7 @@ void ScreenSelectMusic::AfterMusicChange()
|
||||
switch( m_MusicWheel.GetSelectedType() )
|
||||
{
|
||||
case TYPE_SECTION:
|
||||
// Ugly:
|
||||
if( sGroup != "- EMPTY -" )
|
||||
g_sBannerPath = SONGMAN->GetSongGroupBannerPath( sGroup );
|
||||
g_sBannerPath = SONGMAN->GetSongGroupBannerPath( sGroup );
|
||||
m_sSampleMusicToPlay = m_sSectionMusicPath;
|
||||
break;
|
||||
case TYPE_SORT:
|
||||
|
||||
Reference in New Issue
Block a user