Replace DrawTargetLine checkbox with an Automatic/Manual/Disabled dropdown.
This commit is contained in:
@@ -97,7 +97,7 @@ namespace OpenRA.Mods.Common.Effects
|
||||
|
||||
IEnumerable<IRenderable> RenderInner(WorldRenderer wr)
|
||||
{
|
||||
if (Game.Settings.Game.DrawTargetLine)
|
||||
if (Game.Settings.Game.TargetLines != TargetLinesType.Disabled)
|
||||
yield return new TargetLineRenderable(targetLine, building.Owner.Color, rp.Info.LineWidth);
|
||||
|
||||
if (circles != null || flag != null)
|
||||
|
||||
Reference in New Issue
Block a user