From 19aea3c07a6c3f9e2bbc04f585bdff2f7fc24816 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Wed, 7 Aug 2019 11:39:09 +0100 Subject: [PATCH] Change target line default to "Manual". --- OpenRA.Game/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Game/Settings.cs b/OpenRA.Game/Settings.cs index 835d6dcdb2..3bcfd83e91 100644 --- a/OpenRA.Game/Settings.cs +++ b/OpenRA.Game/Settings.cs @@ -209,7 +209,7 @@ namespace OpenRA public bool UseClassicMouseStyle = false; public StatusBarsType StatusBars = StatusBarsType.Standard; - public TargetLinesType TargetLines = TargetLinesType.Automatic; + public TargetLinesType TargetLines = TargetLinesType.Manual; public bool UsePlayerStanceColors = false; public bool AllowDownloading = true;