Fix a stack overflow
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user