convert more prefs to use Preference

This commit is contained in:
Chris Danford
2004-12-04 10:35:50 +00:00
parent 5b880bd707
commit 005a7f5efa
11 changed files with 117 additions and 153 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ Banner::Banner()
m_bScrolling = false;
m_fPercentScrolling = 0;
if( PREFSMAN->m_BannerCache != PrefsManager::BNCACHE_OFF )
if( PREFSMAN->m_iBannerCache != PrefsManager::BNCACHE_OFF )
{
TEXTUREMAN->CacheTexture( SongBannerTexture(THEME->GetPathG("Banner","all music")) );
TEXTUREMAN->CacheTexture( SongBannerTexture(THEME->GetPathG("Common","fallback banner")) );