add pref PreferredSortUsesGroups

This commit is contained in:
Chris Danford
2005-05-09 17:33:22 +00:00
parent ec07a8efaf
commit 11b9427b9c
5 changed files with 9 additions and 10 deletions
+2 -1
View File
@@ -242,7 +242,8 @@ PrefsManager::PrefsManager() :
m_iMaxRecentScoresForMachine ( Options, "MaxRecentScoresForMachine", 100 ),
m_iMaxRecentScoresForPlayer ( Options, "MaxRecentScoresForPlayer", 20 ),
m_bAllowMultipleHighScoreWithSameName ( Options, "AllowMultipleHighScoreWithSameName", true ),
m_bCelShadeModels ( Options, "CelShadeModels", false ) // Work-In-Progress.. disable by default.
m_bCelShadeModels ( Options, "CelShadeModels", false ), // Work-In-Progress.. disable by default.
m_bPreferredSortUsesGroups ( Options, "PreferredSortUsesGroups", true )
{
Init();
ReadGlobalPrefsFromDisk();