From 43c8cd1d5e7d0fa2b7e369eac0239a41ae6c0bb1 Mon Sep 17 00:00:00 2001 From: planetmaker Date: Wed, 18 May 2011 12:19:58 +0000 Subject: (svn r22473) -Codechange: Automatic orders are better called implicit orders as no real order influencing path finding is added --- src/order_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/order_type.h') 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 }; -- cgit v1.2.3-54-g00ecf