Remove CVec -> WVec conversion.
This commit is contained in:
@@ -94,7 +94,7 @@ namespace OpenRA.Mods.RA
|
||||
{
|
||||
new CenterPositionInit(w.Map.CenterOfCell(startPos) + new WVec(WRange.Zero, WRange.Zero, altitude)),
|
||||
new OwnerInit(w.WorldActor.Owner),
|
||||
new FacingInit(Util.GetFacing(p - startPos, 0))
|
||||
new FacingInit(w.Map.FacingBetween(startPos, p, 0))
|
||||
});
|
||||
|
||||
plane.CancelActivity();
|
||||
|
||||
Reference in New Issue
Block a user