Fix capturing etc

This commit is contained in:
Paul Chote
2011-02-05 18:13:30 +13:00
parent 4b0ab1c461
commit de26b63fd2
2 changed files with 3 additions and 3 deletions

View File

@@ -229,7 +229,7 @@ namespace OpenRA.Mods.RA.Move
hasWaited = false;
path.RemoveAt( path.Count - 1 );
var subCell = mobile.GetDesiredSubcell(nextCell);
var subCell = mobile.GetDesiredSubcell(nextCell, ignoreBuilding);
return Pair.New(nextCell, subCell);
}