From bec5e4fb4cc475596e1f22db9232e2bd9a190d89 Mon Sep 17 00:00:00 2001 From: tron Date: Sat, 25 Jun 2005 16:44:57 +0000 Subject: (svn r2487) Replace TILE_XY by TileXY/TileDiffXY --- ai.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ai.h') diff --git a/ai.h b/ai.h index 62cb617a7..2a4554497 100644 --- a/ai.h +++ b/ai.h @@ -222,7 +222,7 @@ enum { #define AI_NO_CARGO 0xFF // Means that there is no cargo defined yet (used for industry) #define AI_NEED_CARGO 0xFE // Used when the AI needs to find out a cargo for the route -#define AI_STATION_RANGE TILE_XY(MapMaxX(), MapMaxY()) +#define AI_STATION_RANGE TileXY(MapMaxX(), MapMaxY()) #define AI_PATHFINDER_NO_DIRECTION (byte)-1 -- cgit v1.2.3-54-g00ecf