For now, always change banners. This can probably go away soon.

This commit is contained in:
Glenn Maynard
2003-06-04 22:47:27 +00:00
parent a1d520a946
commit 69576469ad
+4 -4
View File
@@ -778,11 +778,11 @@ void ScreenSelectMusic::AfterMusicChange()
m_arrayNotes[pn].clear();
bool no_banner_change = false;
if(PREFSMAN->m_BannerCacheType == PREFSMAN->preload_none && m_MusicWheel.IsMoving())
{
// if(PREFSMAN->m_BannerCacheType == PREFSMAN->preload_none && m_MusicWheel.IsMoving())
// {
/* If we're moving fast and we didn't preload banners, don't touch it. */
no_banner_change = true;
}
// no_banner_change = true;
// }
switch( m_MusicWheel.GetSelectedType() )
{