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
commit019cfc5ba8b49c0a2526f2c75c1beb647ca2e316 (patch)
tree0176bb93916d02a71d214b03389e84540c98c92c /src/order_type.h
parent67275acdffb0044b581867f9070a4a5e26722780 (diff)
downloadopenttd-019cfc5ba8b49c0a2526f2c75c1beb647ca2e316.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
};