Add build vehicle window sort mode: cargo capacity / running cost
This commit is contained in:
@@ -34,8 +34,8 @@ extern bool _engine_sort_direction;
|
||||
extern byte _engine_sort_last_criteria[];
|
||||
extern bool _engine_sort_last_order[];
|
||||
extern bool _engine_sort_show_hidden_engines[];
|
||||
extern const StringID _engine_sort_listing[][13];
|
||||
extern EngList_SortTypeFunction * const _engine_sort_functions[][12];
|
||||
extern const StringID _engine_sort_listing[][14];
|
||||
extern EngList_SortTypeFunction * const _engine_sort_functions[][13];
|
||||
|
||||
uint GetEngineListHeight(VehicleType type);
|
||||
void DisplayVehicleSortDropDown(Window *w, VehicleType vehicle_type, int selected, int button);
|
||||
|
Reference in New Issue
Block a user