Feature: Order flag to unbunch vehicles at depot (#11945)
This commit is contained in:
@@ -20,11 +20,12 @@ enum OrderWidgets : WidgetID {
|
||||
WID_O_DELETE, ///< Delete selected order.
|
||||
WID_O_STOP_SHARING, ///< Stop sharing orders.
|
||||
WID_O_NON_STOP, ///< Goto non-stop to destination.
|
||||
WID_O_DEPOT_UNBUNCHING, ///< Toggle unbunching.
|
||||
WID_O_GOTO, ///< Goto destination.
|
||||
WID_O_FULL_LOAD, ///< Select full load.
|
||||
WID_O_UNLOAD, ///< Select unload.
|
||||
WID_O_REFIT, ///< Select refit.
|
||||
WID_O_SERVICE, ///< Select service (at depot).
|
||||
WID_O_DEPOT_ACTION, ///< Dropdown to select the depot action (stop, service if needed, unbunch).
|
||||
WID_O_REFIT_DROPDOWN, ///< Open refit options.
|
||||
WID_O_COND_VARIABLE, ///< Choose condition variable.
|
||||
WID_O_COND_COMPARATOR, ///< Choose condition type.
|
||||
|
Reference in New Issue
Block a user