fix background loading not being aborted

This commit is contained in:
Glenn Maynard
2004-10-16 17:53:47 +00:00
parent 4b95ea731c
commit d13e368d7d
+1 -1
View File
@@ -1656,7 +1656,7 @@ void ScreenSelectMusic::AfterMusicChange()
m_sprCDTitleFront.UnloadTexture();
m_sprCDTitleBack.UnloadTexture();
if( m_MusicWheel.GetSelectedType() == TYPE_ROULETTE || m_MusicWheel.GetSelectedType() == TYPE_RANDOM )
/* Cancel any previous, incomplete requests for song assets, since we need new ones. */
m_BackgroundLoader.Abort();
g_bCDTitleWaiting = false;