pathfind.c
changeset 1034 ff54f189424b
parent 979 f12f96116cdd
child 1035 0a170deb6e33
--- a/pathfind.c	Sun Jan 16 11:04:45 2005 +0000
+++ b/pathfind.c	Sun Jan 16 11:18:17 2005 +0000
@@ -145,7 +145,7 @@
 	tile = TILE_MASK(tile + TileOffsByDir(direction));
 
 	/* Check in case of rail if the owner is the same */
-	if (IS_TILETYPE(tile, MP_RAILWAY) && tpf->tracktype == TRANSPORT_RAIL) {
+	if (tpf->tracktype == TRANSPORT_RAIL) {
 		if ((IS_TILETYPE(tile, MP_RAILWAY) || IS_TILETYPE(tile, MP_STATION) || IS_TILETYPE(tile, MP_TUNNELBRIDGE)))
 			/* Check if we are on the middle of a bridge (has no owner) */
 			if (!IS_TILETYPE(tile, MP_TUNNELBRIDGE) || (_map5[tile] & 0xC0) != 0xC0)