These should be on by default in debug

This commit is contained in:
Ben "root" Anderson
2013-10-27 15:40:41 -05:00
parent 05cdf562eb
commit 3b9d8a9994
+5
View File
@@ -284,8 +284,13 @@ PrefsManager::PrefsManager() :
/* Debug: */
m_bLogToDisk ( "LogToDisk", true ),
#if defined(DEBUG)
m_bForceLogFlush ( "ForceLogFlush", true ),
m_bShowLogOutput ( "ShowLogOutput", true ),
#else
m_bForceLogFlush ( "ForceLogFlush", false ),
m_bShowLogOutput ( "ShowLogOutput", false ),
#endif
m_bLogSkips ( "LogSkips", false ),
m_bLogCheckpoints ( "LogCheckpoints", false ),
m_bShowLoadingWindow ( "ShowLoadingWindow", true ),