From 74af65e556f6cedf4de72737fb27831f603953c4 Mon Sep 17 00:00:00 2001 From: smatz Date: Wed, 23 Jan 2008 22:34:04 +0000 Subject: (svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunnelBridgeLength() and/or GetOtherTunnelEnd() instead --- src/bridge_gui.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bridge_gui.cpp') diff --git a/src/bridge_gui.cpp b/src/bridge_gui.cpp index 596ac1107..5b74e0cde 100644 --- a/src/bridge_gui.cpp +++ b/src/bridge_gui.cpp @@ -16,6 +16,7 @@ #include "map_func.h" #include "viewport_func.h" #include "gfx_func.h" +#include "tunnelbridge.h" #include "table/strings.h" @@ -182,7 +183,7 @@ void ShowBuildBridgeWindow(TileIndex start, TileIndex end, byte bridge_type) /* check which bridges can be built * get absolute bridge length * length of the middle parts of the bridge */ - const uint bridge_len = GetBridgeLength(start, end); + const uint bridge_len = GetTunnelBridgeLength(start, end); /* total length of bridge */ const uint tot_bridgedata_len = CalcBridgeLenCostFactor(bridge_len + 2); -- cgit v1.2.3-70-g09d2