Merge branch 'master' into jgrpp
# Conflicts: # cmake/SourceList.cmake # src/build_vehicle_gui.cpp # src/company_gui.cpp # src/console_cmds.cpp # src/depot_base.h # src/elrail.cpp # src/network/core/udp.cpp # src/network/network_admin.cpp # src/network/network_chat_gui.cpp # src/network/network_gui.cpp # src/network/network_server.cpp # src/newgrf.cpp # src/newgrf_engine.cpp # src/newgrf_railtype.cpp # src/newgrf_railtype.h # src/newgrf_storage.h # src/os/unix/crashlog_unix.cpp # src/rail.h # src/rail_cmd.cpp # src/rail_gui.cpp # src/road_cmd.cpp # src/road_map.h # src/saveload/labelmaps_sl.cpp # src/settings_gui.cpp # src/settings_type.h # src/sl/oldloader_sl.cpp # src/station_cmd.cpp # src/station_gui.cpp # src/table/settings/world_settings.ini # src/tests/test_script_admin.cpp # src/textfile_gui.cpp # src/toolbar_gui.cpp # src/train_cmd.cpp # src/tunnelbridge_cmd.cpp # src/vehicle_gui.cpp # src/widget.cpp # src/window.cpp # src/window_gui.h # src/window_type.h
This commit is contained in:
@@ -869,7 +869,7 @@ static WindowDesc _company_stations_desc(
|
||||
WDP_AUTO, "list_stations", 358, 162,
|
||||
WC_STATION_LIST, WC_NONE,
|
||||
0,
|
||||
_nested_company_stations_widgets, lengthof(_nested_company_stations_widgets)
|
||||
std::begin(_nested_company_stations_widgets), std::end(_nested_company_stations_widgets)
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -2389,7 +2389,7 @@ static WindowDesc _station_view_desc(
|
||||
WDP_AUTO, "view_station", 249, 117,
|
||||
WC_STATION_VIEW, WC_NONE,
|
||||
0,
|
||||
_nested_station_view_widgets, lengthof(_nested_station_view_widgets)
|
||||
std::begin(_nested_station_view_widgets), std::end(_nested_station_view_widgets)
|
||||
);
|
||||
|
||||
/**
|
||||
@@ -2666,7 +2666,7 @@ static WindowDesc _select_station_desc(
|
||||
WDP_AUTO, "build_station_join", 200, 180,
|
||||
WC_SELECT_STATION, WC_NONE,
|
||||
WDF_CONSTRUCTION,
|
||||
_nested_select_station_widgets, lengthof(_nested_select_station_widgets)
|
||||
std::begin(_nested_select_station_widgets), std::end(_nested_select_station_widgets)
|
||||
);
|
||||
|
||||
|
||||
@@ -2750,7 +2750,7 @@ static WindowDesc _station_rating_tooltip_desc(
|
||||
WDP_MANUAL, nullptr, 0, 0,
|
||||
WC_STATION_RATING_TOOLTIP, WC_NONE,
|
||||
0,
|
||||
_nested_station_rating_tooltip_widgets, lengthof(_nested_station_rating_tooltip_widgets)
|
||||
std::begin(_nested_station_rating_tooltip_widgets), std::end(_nested_station_rating_tooltip_widgets)
|
||||
);
|
||||
|
||||
bool GetNewGrfRating(const Station *st, const CargoSpec *cs, const GoodsEntry *ge, int *new_grf_rating);
|
||||
|
Reference in New Issue
Block a user