Merge branch 'lifetime_profit-sx' into jgrpp

# Conflicts:
#	src/vehicle_gui.cpp
This commit is contained in:
Jonathan G Rennison
2017-02-06 19:18:46 +00:00
3 changed files with 4 additions and 2 deletions

View File

@@ -40,6 +40,7 @@ struct BaseVehicleListWindow : public Window {
static const StringID vehicle_depot_name[];
static const StringID vehicle_sorter_names[];
static GUIVehicleList::SortFunction * const vehicle_sorter_funcs[];
const uint vehicle_sorter_non_ground_veh_disable_mask = (1 << 11); // STR_SORT_BY_LENGTH
BaseVehicleListWindow(WindowDesc *desc, WindowNumber wno) : Window(desc), vli(VehicleListIdentifier::UnPack(wno))
{