diff -r ff54f189424b -r 0a170deb6e33 ship_cmd.c --- a/ship_cmd.c Sun Jan 16 11:18:17 2005 +0000 +++ b/ship_cmd.c Sun Jan 16 11:24:58 2005 +0000 @@ -84,7 +84,7 @@ for(i=0; i!=lengthof(_depots); i++) { tile = _depots[i].xy; - if (IS_TILETYPE(tile, MP_WATER) && _map_owner[tile] == owner) { + if (IsTileType(tile, MP_WATER) && _map_owner[tile] == owner) { dist = GetTileDist(tile, tile2); if (dist < best_dist) { best_dist = dist;