Ability to enable/disable scoreboard
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user