cosmetic cleanup, changed default texture color to 16bits

This commit is contained in:
Chris Danford
2003-02-02 09:09:29 +00:00
parent 41bcbbae76
commit 57f0a820a1
7 changed files with 51 additions and 15 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ PrefsManager::PrefsManager()
m_iDisplayWidth = 640;
m_iDisplayHeight = 480;
m_iDisplayColorDepth = 16;
m_iTextureColorDepth = 32;
m_iTextureColorDepth = 16; // default to 16 for better preformance on slower cards
m_iMaxTextureResolution = 2048;
m_iRefreshRate = REFRESH_DEFAULT;
m_bIgnoreJoyAxes = false; // when did this get changed to ON by default?