From 4a1b33a01fd1c10af29d2af9c96a5a26199476f6 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 1 Jun 2007 17:59:11 +0000 Subject: [PATCH] (svn r10015) -Fix: one could build (only) tram tracks when that was the last built roadtype (in a normal game). --- src/road_gui.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/road_gui.cpp b/src/road_gui.cpp index ed15fe0b95..66e566ad19 100644 --- a/src/road_gui.cpp +++ b/src/road_gui.cpp @@ -454,6 +454,7 @@ static const WindowDesc _build_road_scen_desc = { void ShowBuildRoadScenToolbar() { + _cur_roadtype = ROADTYPE_ROAD; AllocateWindowDescFront(&_build_road_scen_desc, 0); }