Added DisableUploadDir preference. Updated changelog.

This commit is contained in:
Kyzentun Keeslala
2016-03-22 09:22:52 -06:00
parent 75daad9d43
commit 6a73cdd1ba
4 changed files with 14 additions and 1 deletions
+1
View File
@@ -258,6 +258,7 @@ PrefsManager::PrefsManager() :
m_iMaxHighScoresPerListForMachine ( "MaxHighScoresPerListForMachine", 10 ),
m_iMaxHighScoresPerListForPlayer ( "MaxHighScoresPerListForPlayer", 3 ),
m_bAllowMultipleHighScoreWithSameName ( "AllowMultipleHighScoreWithSameName", true ),
m_DisableUploadDir("DisableUploadDir", false),
m_bCelShadeModels ( "CelShadeModels", false ), // Work-In-Progress.. disable by default.
m_bPreferredSortUsesGroups ( "PreferredSortUsesGroups", true ),
m_fDebounceCoinInputTime ( "DebounceCoinInputTime", 0 ),