Fix the first Land ctor not passing targetLineColor on
This commit is contained in:
@@ -35,7 +35,7 @@ namespace OpenRA.Mods.Common.Activities
|
|||||||
bool finishedApproach;
|
bool finishedApproach;
|
||||||
|
|
||||||
public Land(Actor self, WAngle? facing = null, Color? targetLineColor = null)
|
public Land(Actor self, WAngle? facing = null, Color? targetLineColor = null)
|
||||||
: this(self, Target.Invalid, new WDist(-1), WVec.Zero, facing, null)
|
: this(self, Target.Invalid, new WDist(-1), WVec.Zero, facing, targetLineColor: targetLineColor)
|
||||||
{
|
{
|
||||||
assignTargetOnFirstRun = true;
|
assignTargetOnFirstRun = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user