fixed attack causing units to vanish

This commit is contained in:
Chris Forbes
2009-10-27 17:58:57 +13:00
parent 0e32b5ca18
commit 58f9347cb7
2 changed files with 6 additions and 12 deletions

View File

@@ -113,6 +113,8 @@ namespace OpenRa.Game
pathNode = cellInfo[ pathNode.X, pathNode.Y ].Path;
}
ret.Add(pathNode - offset);
return ret;
}