Fix a stack overflow

This commit is contained in:
ScottNZ
2013-11-12 18:36:25 +13:00
parent dfd19187fe
commit 49b1e69f44

View File

@@ -144,7 +144,7 @@ namespace OpenRA.Mods.RA.Air
}
public bool CanEnterCell(CPos location) { return true; }
public bool CanEnterCell(CPos cell, Actor ignoreActor, bool checkTransientActors) { return CanEnterCell(cell, null, true); }
public bool CanEnterCell(CPos cell, Actor ignoreActor, bool checkTransientActors) { return true; }
public int MovementSpeed
{