Fix #7060: [NPF] Do not check whether ignored first tiles are end nodes.

This commit is contained in:
J0an Josep
2019-01-14 23:14:44 +01:00
committed by Charles Pigott
parent 19be1f4ace
commit aa63517c92
3 changed files with 12 additions and 7 deletions

View File

@@ -59,6 +59,8 @@ struct OpenListNode {
PathNode path;
};
bool CheckIgnoreFirstTile(const PathNode *node);
struct AyStar;
/**