mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 06:15:04 +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:
parent
31ddab50ad
commit
ecd36dd34f
@ -454,6 +454,7 @@ static const WindowDesc _build_road_scen_desc = {
|
||||
|
||||
void ShowBuildRoadScenToolbar()
|
||||
{
|
||||
_cur_roadtype = ROADTYPE_ROAD;
|
||||
AllocateWindowDescFront(&_build_road_scen_desc, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user