make the default texture color depth 32

This commit is contained in:
Glenn Maynard
2003-01-08 03:29:22 +00:00
parent 0452b492c5
commit 5462cb2f6e
+1 -1
View File
@@ -35,7 +35,7 @@ PrefsManager::PrefsManager()
m_iDisplayWidth = 640;
m_iDisplayHeight = 480;
m_iDisplayColorDepth = 16;
m_iTextureColorDepth = 16;
m_iTextureColorDepth = 32;
m_iRefreshRate = REFRESH_DEFAULT;
m_bIgnoreJoyAxes = true;
m_bOnlyDedicatedMenuButtons = false;