openttd.c
changeset 1981 3c9c682f1212
parent 1977 37bbebf94434
child 1993 09205cf59fb4
--- a/openttd.c	Sat Jun 25 06:15:43 2005 +0000
+++ b/openttd.c	Sat Jun 25 16:44:57 2005 +0000
@@ -1292,7 +1292,7 @@
 	    (0x402) version, so I just check when versions are older, and then
 	    walk through the whole map.. */
 	if (version <= 0x402) {
-		TileIndex tile = TILE_XY(0,0);
+		TileIndex tile = TileXY(0, 0);
 		uint w = MapSizeX();
 		uint h = MapSizeY();