File diff r20282:9f75bb534f77 → r20283:2a199c78224c
src/depot_gui.cpp
Show inline comments
 
@@ -79,28 +79,28 @@ static const NWidgetPart _nested_train_d
 
};
 

	
 
static WindowDesc _train_depot_desc(
 
	WDP_AUTO, 362, 123,
 
	WDP_AUTO, "depot_train", 362, 123,
 
	WC_VEHICLE_DEPOT, WC_NONE,
 
	0,
 
	_nested_train_depot_widgets, lengthof(_nested_train_depot_widgets)
 
);
 

	
 
static WindowDesc _road_depot_desc(
 
	WDP_AUTO, 316, 97,
 
	WDP_AUTO, "depot_roadveh", 316, 97,
 
	WC_VEHICLE_DEPOT, WC_NONE,
 
	0,
 
	_nested_train_depot_widgets, lengthof(_nested_train_depot_widgets)
 
);
 

	
 
static WindowDesc _ship_depot_desc(
 
	WDP_AUTO, 306, 99,
 
	WDP_AUTO, "depot_ship", 306, 99,
 
	WC_VEHICLE_DEPOT, WC_NONE,
 
	0,
 
	_nested_train_depot_widgets, lengthof(_nested_train_depot_widgets)
 
);
 

	
 
static WindowDesc _aircraft_depot_desc(
 
	WDP_AUTO, 332, 99,
 
	WDP_AUTO, "depot_aircraft", 332, 99,
 
	WC_VEHICLE_DEPOT, WC_NONE,
 
	0,
 
	_nested_train_depot_widgets, lengthof(_nested_train_depot_widgets)