summaryrefslogtreecommitdiff
path: root/src/order_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-07-20 07:41:43 +0000
committerrubidium <rubidium@openttd.org>2008-07-20 07:41:43 +0000
commita6e314bbba071b8a8b12d13b8c1960903aae77f8 (patch)
tree0176bb93916d02a71d214b03389e84540c98c92c /src/order_type.h
parent7c3fc1308771e4f8ea89328b0323a75239515366 (diff)
downloadopenttd-a6e314bbba071b8a8b12d13b8c1960903aae77f8.tar.xz
(svn r13752) -Fix [FS#2130]: correctly restore conditional orders when they are put 'into' backup.
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 1d01bdb74..01df949be 100644
--- a/src/order_type.h
+++ b/src/order_type.h
@@ -126,6 +126,7 @@ enum ModifyOrderFlags {
MOF_COND_VARIABLE, ///< A conditional variable changes.
MOF_COND_COMPARATOR, ///< A comparator changes.
MOF_COND_VALUE, ///< The value to set the condition to.
+ MOF_COND_DESTINATION,///< Change the destination of a conditional order.
MOF_END
};