This commit is contained in:
Glenn Maynard
2005-04-23 06:20:26 +00:00
parent a8803f9777
commit 8d89ff4bd9
+1 -2
View File
@@ -724,8 +724,7 @@ void ScreenSelectMusic::CheckBackgroundRequests()
if( g_bBannerWaiting ) if( g_bBannerWaiting )
{ {
float HighQualTime = m_Banner.GetFadeSeconds(); if( m_Banner.GetTweenTimeLeft() > 0 )
if( g_StartedLoadingAt.Ago() < HighQualTime )
return; return;
CString sPath; CString sPath;