src/yapf/follow_track.hpp
branchNewGRF_ports
changeset 10994 cd9968b6f96b
parent 10991 d8811e327d12
--- a/src/yapf/follow_track.hpp	Tue Jun 17 10:32:49 2008 +0000
+++ b/src/yapf/follow_track.hpp	Tue Jun 17 13:22:13 2008 +0000
@@ -264,7 +264,7 @@
 		}
 
 		// tunnel holes and bridge ramps can be entered only from proper direction
-		if (!IsWaterTT() && IsTileType(m_new_tile, MP_TUNNELBRIDGE)) {
+		if (IsTileType(m_new_tile, MP_TUNNELBRIDGE)) {
 			if (IsTunnel(m_new_tile)) {
 				if (!m_is_tunnel) {
 					DiagDirection tunnel_enterdir = GetTunnelBridgeDirection(m_new_tile);