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
+4
View File
@@ -14,6 +14,7 @@
#include "IniFile.h"
#include "RageLog.h"
#include "NotesLoaderDWI.h"
#include "BannerCache.h"
#include "GameState.h"
#include "PrefsManager.h"
@@ -199,6 +200,9 @@ void SongManager::LoadStepManiaSongDir( CString sDir, LoadingWindow *ld )
/* Add this group to the group array. */
AddGroup(sDir, sGroupDirName);
/* Cache and load the group banner. */
BANNERCACHE->CacheBanner( GetGroupBannerPath(sGroupDirName) );
}
if( ld ) {