summaryrefslogtreecommitdiff
path: root/aystar.h
diff options
context:
space:
mode:
Diffstat (limited to 'aystar.h')
-rw-r--r--aystar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/aystar.h b/aystar.h
index 56df61dce..adda33aba 100644
--- a/aystar.h
+++ b/aystar.h
@@ -27,7 +27,7 @@ enum{
typedef struct AyStarNode AyStarNode;
struct AyStarNode {
- uint tile;
+ TileIndex tile;
uint direction;
uint user_data[2];
};