src/order_type.h
changeset 10119 9b29b2296969
parent 10117 6a796f06bff4
child 10130 906ffae618b0
--- a/src/order_type.h	Thu Apr 10 10:02:15 2008 +0000
+++ b/src/order_type.h	Thu Apr 10 10:18:03 2008 +0000
@@ -53,6 +53,7 @@
 	OLF_LOAD_IF_POSSIBLE = 0,      ///< Load as long as there is cargo that fits in the train.
 	OLFB_FULL_LOAD       = 1 << 1, ///< Full load the complete the consist.
 	OLF_FULL_LOAD_ANY    = 3,      ///< Full load the a single cargo of the consist.
+	OLFB_NO_LOAD         = 4,      ///< Do not load anything.
 };
 
 /**