From 856f26e35b51447dc3cb707dcf0dbd5a87cfe3c0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 8 Feb 2009 15:45:34 +0000 Subject: (svn r15413) -Fix [FS#2529/2533]: inconsistencies between station and bridge building w.r.t. tile selection and when the window should be closed. --- src/dock_gui.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dock_gui.cpp') diff --git a/src/dock_gui.cpp b/src/dock_gui.cpp index 61829988a..b79f5d36a 100644 --- a/src/dock_gui.cpp +++ b/src/dock_gui.cpp @@ -244,6 +244,7 @@ struct BuildDocksToolbarWindow : Window { delete FindWindowById(WC_BUILD_STATION, 0); delete FindWindowById(WC_BUILD_DEPOT, 0); delete FindWindowById(WC_SELECT_STATION, 0); + delete FindWindowById(WC_BUILD_BRIDGE, 0); } virtual void OnPlacePresize(Point pt, TileIndex tile_from) -- cgit v1.2.3-54-g00ecf