Ability to enable/disable scoreboard

This commit is contained in:
Josh Allen
2005-08-15 02:10:57 +00:00
parent 8fd9e8b673
commit 25020e01b3
4 changed files with 43 additions and 10 deletions
+6
View File
@@ -311,6 +311,12 @@ PrefsManager::PrefsManager() :
m_iPageThreshold ( "PageThreshold", 8 ),
m_bLogVirtualMemory ( "LogVirtualMemory", false )
#endif
#if !defined(WITHOUT_NETWORKING)
,
m_bEnableScoreboard ( "EnableScoreboard", true )
#endif
{
Init();
ReadGlobalPrefsFromDisk();