(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
1 changed files with 1 additions and 0 deletions

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);
}