File diff r8902:ec9b5ae2baa1 → r8903:9c0d5a75fa24
src/order_type.h
Show inline comments
 
@@ -95,6 +95,7 @@ enum OrderConditionVariable {
 
	OCV_MAX_SPEED,        ///< Skip based on the maximum speed
 
	OCV_AGE,              ///< Skip based on the age
 
	OCV_REQUIRES_SERVICE, ///< Skip when the vehicle requires service
 
	OCV_UNCONDITIONALLY,  ///< Always skip
 
	OCV_END
 
};