File diff r26193:4bc7915a2156 → r26194:f7347205838e
src/order_type.h
Show inline comments
 
@@ -94,6 +94,7 @@ enum OrderDepotTypeFlags {
 
	ODTF_MANUAL          = 0,      ///< Manually initiated order.
 
	ODTFB_SERVICE        = 1 << 0, ///< This depot order is because of the servicing limit.
 
	ODTFB_PART_OF_ORDERS = 1 << 1, ///< This depot order is because of a regular order.
 
	ODTFB_BREAKDOWN      = 1 << 2, ///< This depot order is because of a breakdown.
 
};
 

	
 
/**