Skip to content

Commit

Permalink
Change target line default to "Manual".
Browse files Browse the repository at this point in the history
  • Loading branch information
pchote committed Aug 7, 2019
1 parent 53cf71f commit 576731c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenRA.Game/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public class GameSettings

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;
Expand Down

0 comments on commit 576731c

Please sign in to comment.