sync report on by default

This commit is contained in:
Chris Forbes
2010-04-29 17:21:01 +12:00
parent cc2a18d5cb
commit 0c31e1c8a1

View File

@@ -27,7 +27,7 @@ namespace OpenRA.GameRules
public bool PathDebug = false; public bool PathDebug = false;
public bool PerfDebug = true; public bool PerfDebug = true;
public bool IndexDebug = false; public bool IndexDebug = false;
public bool RecordSyncReports = false; public bool RecordSyncReports = true;
// Window settings // Window settings
public readonly int Width = 0; public readonly int Width = 0;