cleanup, cache

This commit is contained in:
Glenn Maynard
2005-02-02 05:19:10 +00:00
parent c25910b6df
commit 75d78a8d1c
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -676,7 +676,7 @@ void ScreenSelectMusic::CheckBackgroundRequests()
if( g_bBannerWaiting )
{
float HighQualTime = THEME->GetMetricF("FadingBanner","FadeSeconds");
float HighQualTime = m_Banner.GetFadeSeconds();
CString sPath;
if( g_StartedLoadingAt.Ago() >= HighQualTime && m_BackgroundLoader.IsCacheFileFinished(g_sBannerPath, sPath) )