summaryrefslogtreecommitdiff
path: root/src/road_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-02-08 16:03:17 +0000
committerrubidium <rubidium@openttd.org>2009-02-08 16:03:17 +0000
commitfaeb00008a72023ceb80daa38ab49f2fbaaaf043 (patch)
tree9525247e5faa254459ae1dcb42bdbeaa679b077a /src/road_gui.cpp
parent57b27ffbab9ed205dfc5099a22c0c4e791ec1421 (diff)
downloadopenttd-faeb00008a72023ceb80daa38ab49f2fbaaaf043.tar.xz
(svn r15415) -Change: close the (station) joiner window when pressing the bulldozer.
Diffstat (limited to 'src/road_gui.cpp')
-rw-r--r--src/road_gui.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/road_gui.cpp b/src/road_gui.cpp
index 6fd93cf8c..a1a8e0e62 100644
--- a/src/road_gui.cpp
+++ b/src/road_gui.cpp
@@ -368,6 +368,8 @@ static void BuildRoadClick_Tunnel(Window *w)
static void BuildRoadClick_Remove(Window *w)
{
if (w->IsWidgetDisabled(RTW_REMOVE)) return;
+
+ DeleteWindowById(WC_SELECT_STATION, 0);
ToggleRoadButton_Remove(w);
SndPlayFx(SND_15_BEEP);
}