This commit is contained in:
Glenn Maynard
2003-07-14 22:23:35 +00:00
parent 7716edf4ac
commit 758e87d256
+2
View File
@@ -126,6 +126,8 @@ void FadingBanner::LoadFromCachedBanner( const CString &path )
void FadingBanner::LoadFromSong( Song* pSong )
{
/* Don't call HasBanner. That'll do disk access and cause the music wheel
* to skip. */
LoadFromCachedBanner( pSong->GetBannerPath() );
}