TaskRouteToZone formation fix

setting initial point of TaskRouteToZone mission waypoints to have
expected Formation set up.
This commit is contained in:
kalbuth 2017-03-14 15:03:12 +01:00
parent ed81858f0c
commit dbb710a980

View File

@ -1620,7 +1620,7 @@ function CONTROLLABLE:TaskRouteToZone( Zone, Randomize, Speed, Formation )
PointFrom.x = ControllablePoint.x
PointFrom.y = ControllablePoint.y
PointFrom.type = "Turning Point"
PointFrom.action = "Cone"
PointFrom.action = Formation or "Cone"
PointFrom.speed = 20 / 1.6