Changeset - r6701:5ce9ed463c4f
[Not reviewed]
master
0 1 0
rubidium - 17 years ago 2007-05-26 12:34:25
rubidium@openttd.org
(svn r9933) -Fix (9925): unified a little too much.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/road_gui.cpp
Show inline comments
 
@@ -645,6 +645,7 @@ static void ShowRVStationPicker(RoadStop
 
	Window *w = AllocateWindowDesc(&_rv_station_picker_desc);
 
	if (w == NULL) return;
 

	
 
	w->window_class = (rs == RoadStop::BUS) ? WC_BUS_STATION : WC_TRUCK_STATION;
 
	w->widget[1].data = _road_type_infos[_cur_roadtype].picker_title[rs];
 
	for (uint i = 3; i < 9; i++) w->widget[i].tooltips = _road_type_infos[_cur_roadtype].picker_tooltip[rs];
 
}
0 comments (0 inline, 0 general)