seperate fast load for regular and additional songs

This commit is contained in:
Chris Danford
2006-06-15 10:54:55 +00:00
parent c29c725f4b
commit 270b8d94c5
3 changed files with 7 additions and 0 deletions
+1
View File
@@ -193,6 +193,7 @@ PrefsManager::PrefsManager() :
m_BannerCache ( "BannerCache", BNCACHE_LOW_RES_PRELOAD ),
m_bPalettedBannerCache ( "PalettedBannerCache", false ),
m_bFastLoad ( "FastLoad", false ),
m_bFastLoadAdditionalSongs ( "FastLoadAdditionalSongs", false ),
m_bOnlyDedicatedMenuButtons ( "OnlyDedicatedMenuButtons", false ),
m_bMenuTimer ( "MenuTimer", true ),