try enabling fast load by default

This commit is contained in:
Glenn Maynard
2004-03-28 01:28:32 +00:00
parent 631bb482fb
commit f13d92e337
+1 -1
View File
@@ -148,7 +148,7 @@ PrefsManager::PrefsManager()
m_bTexturePreload = false;
m_bDelayedScreenLoad = false;
m_BannerCache = BNCACHE_LOW_RES;
m_bFastLoad = false;
m_bFastLoad = true;
m_MusicWheelUsesSections = ALWAYS;
m_iMusicWheelSwitchSpeed = 10;
m_bEasterEggs = true;