Added option to turn off rendering of target lines in the settings

This commit is contained in:
figrita
2015-07-03 21:25:08 -04:00
committed by Oliver Brakmann
parent af6f1ef675
commit ab3ab6f230
5 changed files with 19 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ namespace OpenRA
public bool UseClassicMouseStyle = false;
public bool AlwaysShowStatusBars = false;
public bool TeamHealthColors = false;
public bool DrawTargetLine = true;
public bool AllowDownloading = true;
public string MapRepository = "http://resource.openra.net/map/";