Fixed zombie aircraft flying around after being told to fall to earth.

This commit is contained in:
James Dunne
2012-06-27 22:02:29 -05:00
parent 9626ed356c
commit 2ff4a76955

View File

@@ -50,9 +50,10 @@ namespace OpenRA.Mods.RA.Air
{
if( inner != null )
inner.Cancel( self );
base.Cancel( self );
}
// NextActivity must always be set to null:
base.Cancel(self);
}
}
}