misc_gui.c
changeset 1977 4392ae3d8e31
parent 1962 51ee4f459268
child 1980 9ea0c89fbb58
--- a/misc_gui.c	Thu Jun 23 18:32:41 2005 +0000
+++ b/misc_gui.c	Fri Jun 24 12:38:35 2005 +0000
@@ -30,7 +30,7 @@
 	Town *town;
 	int32 costclear;
 	AcceptedCargo ac;
-	uint tile;
+	TileIndex tile;
 	TileDesc td;
 } LandInfoData;
 
@@ -115,7 +115,7 @@
 	LandInfoWndProc
 };
 
-static void Place_LandInfo(uint tile)
+static void Place_LandInfo(TileIndex tile)
 {
 	Player *p;
 	static LandInfoData lid;