summaryrefslogtreecommitdiff
path: root/src/order_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-12 13:07:25 +0000
committerrubidium <rubidium@openttd.org>2008-04-12 13:07:25 +0000
commit7ea682d6ebb3edf60920ff70014f20d61387b457 (patch)
treecb10294f4483a7fa3996d88041453988e023385f /src/order_type.h
parentfec25508032d8ce6d9d423e8558a729f6541a4e9 (diff)
downloadopenttd-7ea682d6ebb3edf60920ff70014f20d61387b457.tar.xz
(svn r12670) -Add: unconditional/always order 'jump/skip' variable.
Diffstat (limited to 'src/order_type.h')
-rw-r--r--src/order_type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/order_type.h b/src/order_type.h
index 33de1bd83..1d01bdb74 100644
--- a/src/order_type.h
+++ b/src/order_type.h
@@ -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
};