please don't have insane options as the hardcoded default. that's what your personal settings file is for.

This commit is contained in:
Chris Forbes
2010-07-01 19:04:07 +12:00
parent 5bec019d55
commit 8018fa0aec

View File

@@ -23,7 +23,7 @@ namespace OpenRA.GameRules
public class UserSettings public class UserSettings
{ {
// Debug settings // Debug settings
public bool UnitDebug = true; public bool UnitDebug = false;
public bool PathDebug = true; public bool PathDebug = true;
public bool PerfDebug = true; public bool PerfDebug = true;
public bool IndexDebug = false; public bool IndexDebug = false;