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_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/order_base.h') diff --git a/src/order_base.h b/src/order_base.h index 44ce7a39d..241e8b1b3 100644 --- a/src/order_base.h +++ b/src/order_base.h @@ -77,7 +77,7 @@ public: void MakeLeaveStation(); void MakeDummy(); void MakeConditional(VehicleOrderID order); - void MakeAutomatic(StationID destination); + void MakeImplicit(StationID destination); /** * Gets the destination of this order. -- cgit v1.2.3-54-g00ecf