Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MustaphaTR committed Aug 31, 2018
1 parent 2a606f1 commit 0423ac1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion OpenRA.Mods.Common/Activities/Air/ReturnToBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ public override Activity Tick(Actor self)

public Activity LandingProcedure(Actor self, Dock dock)
{
var planeInfo = self.Info.TraitInfo<AircraftInfo>();
WPos w1, w2, w3;
CalculateLandingPath(self, dock, out w1, out w2, out w3);

Expand Down

0 comments on commit 0423ac1

Please sign in to comment.