1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-31 18:39:10 +00:00

(svn r10015) -Fix: one could build (only) tram tracks when that was the last built roadtype (in a normal game).

This commit is contained in:
rubidium
2007-06-01 17:59:11 +00:00
parent 31ddab50ad
commit ecd36dd34f

View File

@@ -454,6 +454,7 @@ static const WindowDesc _build_road_scen_desc = {
void ShowBuildRoadScenToolbar()
{
_cur_roadtype = ROADTYPE_ROAD;
AllocateWindowDescFront(&_build_road_scen_desc, 0);
}