banner cache for group banners

This commit is contained in:
Glenn Maynard
2003-06-15 01:53:51 +00:00
parent 4cf2fc91e3
commit 0573864206
6 changed files with 58 additions and 29 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ bool Song::LoadFromSongDir( CString sDir )
return false;
}
/* Load the cached banner, if it's not loaded already. */
/* Load the cached banners, if it's not loaded already. */
if( HasBanner() )
BANNERCACHE->LoadBanner( GetBannerPath() );