FastLoad off by default. Let people with 1000s of songs turn it on if they want.

This commit is contained in:
Chris Danford
2005-06-02 10:08:58 +00:00
parent e77a860f60
commit 882f1d7447
+1 -1
View File
@@ -85,7 +85,7 @@ PrefsManager::PrefsManager() :
m_bDelayedModelDelete ( "DelayedModelDelete", false ),
m_BannerCache ( "BannerCache", BNCACHE_LOW_RES_PRELOAD ),
m_bPalettedBannerCache ( "PalettedBannerCache", false ),
m_bFastLoad ( "FastLoad", true ),
m_bFastLoad ( "FastLoad", false ),
m_bOnlyDedicatedMenuButtons ( "OnlyDedicatedMenuButtons", false ),
m_bMenuTimer ( "MenuTimer", true ),