standard enums for some preference types

This commit is contained in:
Glenn Maynard
2006-10-07 07:43:18 +00:00
parent 44bd9f7582
commit 4bb479a445
17 changed files with 173 additions and 64 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ bool FadingBanner::LoadFromCachedBanner( const RString &path )
* which will cause the fade-in to be further delayed. */
RageTextureID ID;
bool bLowRes = (PREFSMAN->m_BannerCache != PrefsManager::BNCACHE_FULL);
bool bLowRes = (PREFSMAN->m_BannerCache != BNCACHE_FULL);
if( !bLowRes )
{
ID = Sprite::SongBannerTexture( path );