summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2008-02-14 02:57:38 +0000
committerbelugas <belugas@openttd.org>2008-02-14 02:57:38 +0000
commit81b3652f371b59a80828f61c22deb08a6a1baf81 (patch)
tree9580b82682d33b4d1cb94812d0ac0ed56eee3fc8 /src/gui.h
parenta0ddc43e92c33436bccc0d16ae935237e02a357e (diff)
downloadopenttd-81b3652f371b59a80828f61c22deb08a6a1baf81.tar.xz
(svn r12135) -Codechange: Road and rail bridge selection windows were identical apart the caption. So remove one window definition and set manually the caption accordingly.
-Codechange: prepare the "type" of bridge parameter only once, at the beginning of the selection process. Makes less magic around.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.h b/src/gui.h
index 167d8a77e..b361409f3 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -106,7 +106,7 @@ void SetFiosType(const byte fiostype);
extern const TextColour _fios_colors[];
/* bridge_gui.cpp */
-void ShowBuildBridgeWindow(TileIndex start, TileIndex end, byte type);
+void ShowBuildBridgeWindow(TileIndex start, TileIndex end, TransportType Transport_type, byte type);
void ShowBuildIndustryWindow();
void ShowMusicWindow();