Texture caching off by default

This commit is contained in:
Chris Danford
2002-10-20 19:34:17 +00:00
parent d0412d9a03
commit bb669368ba
4 changed files with 27 additions and 7 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ PrefsManager::PrefsManager()
m_bDelayedEscape = true;
m_bHowToPlay = true;
m_bArcadeOptionsNavigation = false;
m_iUnloadTextureDelaySeconds = 60*30; // 30 mins
m_iUnloadTextureDelaySeconds = 0; // disabled 60*30; // 30 mins
m_bCoinOpMode = false;
/* I'd rather get occasional people asking for support for this even though it's