Convert helicopter activities to world coords.
This commit is contained in:
@@ -104,7 +104,7 @@ namespace OpenRA.Mods.RA
|
||||
var helicopter = newUnit.TraitOrDefault<Helicopter>();
|
||||
if (helicopter != null)
|
||||
{
|
||||
newUnit.QueueActivity(new HeliFly(Util.CenterOfCell(rp.rallyPoint)));
|
||||
newUnit.QueueActivity(new HeliFly(rp.rallyPoint));
|
||||
return rp.rallyPoint;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user