forked from mirror/OpenTTD
Codechange: Use EnumBitSet for WindowDefaultFlags.
This commit is contained in:
@@ -88,28 +88,28 @@ static constexpr NWidgetPart _nested_train_depot_widgets[] = {
|
||||
static WindowDesc _train_depot_desc(
|
||||
WDP_AUTO, "depot_train", 362, 123,
|
||||
WC_VEHICLE_DEPOT, WC_NONE,
|
||||
0,
|
||||
{},
|
||||
_nested_train_depot_widgets
|
||||
);
|
||||
|
||||
static WindowDesc _road_depot_desc(
|
||||
WDP_AUTO, "depot_roadveh", 316, 97,
|
||||
WC_VEHICLE_DEPOT, WC_NONE,
|
||||
0,
|
||||
{},
|
||||
_nested_train_depot_widgets
|
||||
);
|
||||
|
||||
static WindowDesc _ship_depot_desc(
|
||||
WDP_AUTO, "depot_ship", 306, 99,
|
||||
WC_VEHICLE_DEPOT, WC_NONE,
|
||||
0,
|
||||
{},
|
||||
_nested_train_depot_widgets
|
||||
);
|
||||
|
||||
static WindowDesc _aircraft_depot_desc(
|
||||
WDP_AUTO, "depot_aircraft", 332, 99,
|
||||
WC_VEHICLE_DEPOT, WC_NONE,
|
||||
0,
|
||||
{},
|
||||
_nested_train_depot_widgets
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user