diff -r e63b977925f7 -r b0d0df062880 ai_new.c --- a/ai_new.c Wed Dec 08 15:26:57 2004 +0000 +++ b/ai_new.c Wed Dec 08 15:46:13 2004 +0000 @@ -611,7 +611,8 @@ if (IS_TILETYPE(new_tile, MP_CLEAR) || IS_TILETYPE(new_tile, MP_TREES)) { // This tile we can build on! // Check acceptance - GetAcceptanceAroundTiles(accepts, new_tile, 1, 1); + // XXX - Get the catchment area + GetAcceptanceAroundTiles(accepts, new_tile, 1, 1, 4); // >> 3 == 0 means no cargo if (accepts[p->ainew.cargo] >> 3 == 0) continue; // See if we can build the station