(svn r20866) -Codechange: CheckTile() always returns the same (ignored) value.

This commit is contained in:
alberth
2010-10-02 09:55:58 +00:00
parent 3208b8f655
commit f509a0a922
2 changed files with 6 additions and 10 deletions

View File

@@ -150,7 +150,7 @@ struct AyStar {
int Loop();
void Free();
void Clear();
int CheckTile(AyStarNode *current, OpenListNode *parent);
void CheckTile(AyStarNode *current, OpenListNode *parent);
/* These will contain the open and closed lists */