misc_gui.c
changeset 1980 9ea0c89fbb58
parent 1977 4392ae3d8e31
child 2049 ad0d49c916d4
--- a/misc_gui.c	Fri Jun 24 17:41:08 2005 +0000
+++ b/misc_gui.c	Sat Jun 25 06:15:43 2005 +0000
@@ -701,7 +701,7 @@
 	int y = _thd.pos.y;
 	uint accepts[NUM_CARGO];
 	if (x != -1) {
-		GetAcceptanceAroundTiles(accepts, TILE_FROM_XY(x, y), _thd.size.x /16, _thd.size.y /16 , rad);
+		GetAcceptanceAroundTiles(accepts, TileVirtXY(x, y), _thd.size.x / 16, _thd.size.y / 16 , rad);
 		DrawStationCoverageText(accepts, sx, sy, mask);
 	}
 }