Minor pathfinder changes

This commit is contained in:
reaperrr
2015-07-17 23:58:45 +02:00
parent 5109848215
commit 711ec0c600
5 changed files with 21 additions and 22 deletions

View File

@@ -25,5 +25,7 @@ namespace OpenRA.Mods.Common.Pathfinder
/// a unit took to move one cell diagonally)
/// </summary>
public const int DiagonalCellCost = 177;
public const int InvalidNode = int.MaxValue;
}
}