fix some dumbness in Production/ITeleportable

This commit is contained in:
Chris Forbes
2011-01-02 14:41:48 +13:00
parent 7b5a8cf089
commit 2048900c10
5 changed files with 13 additions and 3 deletions

View File

@@ -69,6 +69,8 @@ namespace OpenRA.Mods.RA.Air
SubPxPosition = px * 1024;
}
public void AdjustPxPosition(Actor self, int2 px) { SetPxPosition(self, px); }
public bool AircraftCanEnter(Actor a)
{
if( self.Owner != a.Owner ) return false;