aystar.h
changeset 1977 4392ae3d8e31
parent 1777 d328484bd6f2
child 2008 c9d6585c96c8
--- a/aystar.h	Thu Jun 23 18:32:41 2005 +0000
+++ b/aystar.h	Fri Jun 24 12:38:35 2005 +0000
@@ -27,7 +27,7 @@
 
 typedef struct AyStarNode AyStarNode;
 struct AyStarNode {
-	uint tile;
+	TileIndex tile;
 	uint direction;
 	uint user_data[2];
 };