Merge branch 'cargo_type_order' into jgrpp
# Conflicts: # src/order_base.h # src/order_gui.cpp # src/order_type.h # src/saveload/extended_ver_sl.cpp # src/saveload/extended_ver_sl.h # src/vehicle_base.h
This commit is contained in:
@@ -206,6 +206,18 @@ enum WindowClass {
|
||||
*/
|
||||
WC_VEHICLE_ORDERS,
|
||||
|
||||
/**
|
||||
* Vehicle cargo type load orders; %Window numbers:
|
||||
* - #VehicleID = #CargoTypeOrdersWidgets
|
||||
*/
|
||||
WC_VEHICLE_CARGO_TYPE_LOAD_ORDERS,
|
||||
|
||||
/**
|
||||
* Vehicle cargo type unload orders; %Window numbers:
|
||||
* - #VehicleID = #CargoTypeOrdersWidgets
|
||||
*/
|
||||
WC_VEHICLE_CARGO_TYPE_UNLOAD_ORDERS,
|
||||
|
||||
/**
|
||||
* Replace vehicle window; %Window numbers:
|
||||
* - #VehicleType = #ReplaceVehicleWidgets
|
||||
|
Reference in New Issue
Block a user