(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 776d541a89
commit 92f0bdec2c
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 */