Changeset - r6779:850c2244eb7e
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-06-01 17:59:11
rubidium@openttd.org
(svn r10015) -Fix: one could build (only) tram tracks when that was the last built roadtype (in a normal game).
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/road_gui.cpp
Show inline comments
 
@@ -454,6 +454,7 @@ static const WindowDesc _build_road_scen
 

	
 
void ShowBuildRoadScenToolbar()
 
{
 
	_cur_roadtype = ROADTYPE_ROAD;
 
	AllocateWindowDescFront(&_build_road_scen_desc, 0);
 
}
 

	
0 comments (0 inline, 0 general)