summaryrefslogtreecommitdiff
path: root/src/order_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/order_type.h')
-rw-r--r--src/order_type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_type.h b/src/order_type.h
index 6d9b0f0b3..8aafe5835 100644
--- a/src/order_type.h
+++ b/src/order_type.h
@@ -38,7 +38,7 @@ enum OrderType {
OT_DUMMY = 5,
OT_GOTO_WAYPOINT = 6,
OT_CONDITIONAL = 7,
- OT_AUTOMATIC = 8,
+ OT_IMPLICIT = 8,
OT_END
};