openttd.c
changeset 1977 37bbebf94434
parent 1962 8254df1b359b
child 1981 3c9c682f1212
--- a/openttd.c	Thu Jun 23 18:32:41 2005 +0000
+++ b/openttd.c	Fri Jun 24 12:38:35 2005 +0000
@@ -1181,7 +1181,7 @@
 
 static void ConvertTownOwner(void)
 {
-	uint tile;
+	TileIndex tile;
 
 	for (tile = 0; tile != MapSize(); tile++) {
 		if (IsTileType(tile, MP_STREET)) {