rename WRange to WDist
This commit is contained in:
@@ -44,7 +44,7 @@ namespace OpenRA.Mods.Common.Activities
|
||||
}
|
||||
|
||||
var desiredFacing = Util.GetFacing(d, plane.Facing);
|
||||
Fly.FlyToward(self, plane, desiredFacing, WRange.Zero);
|
||||
Fly.FlyToward(self, plane, desiredFacing, WDist.Zero);
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user