Fix vehicle production; Basic 5-to-a-cell logic. cnc only. Infantry stack; need to give a graphical offset.

This commit is contained in:
Paul Chote
2010-06-23 20:23:47 +12:00
parent b7c8e55d14
commit b42589b479
7 changed files with 74 additions and 7 deletions

View File

@@ -116,7 +116,7 @@ namespace OpenRA
continue;
var mobile = self.traits.Get<Mobile>();
if (checkForBlocked && !mobile.CanEnterCell(newHere))
if (checkForBlocked && !mobile.CanEnterCell(newHere, ignoreBuilding))
continue;
if (customBlock != null && customBlock(newHere))