From 3154e7148d00f0203760aefbc6f8a5bd210cc30c Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 24 Jun 2005 12:38:35 +0000 Subject: (svn r2483) Replace almost 500 "uint tile" (and variants) with "TileIndex tile" --- aystar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aystar.h') 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]; }; -- cgit v1.2.3-54-g00ecf