From cebe2001ba37fc7fb246404329063d324125faa7 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 11 Apr 2008 15:58:46 +0000 Subject: (svn r12661) -Add: ability to send a vehicle (using default orders) to the nearest depot. --- src/order_type.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/order_type.h') diff --git a/src/order_type.h b/src/order_type.h index b2d3ac67e..a6273e684 100644 --- a/src/order_type.h +++ b/src/order_type.h @@ -82,6 +82,7 @@ enum OrderDepotTypeFlags { enum OrderDepotActionFlags { ODATF_SERVICE_ONLY = 0, ///< Only service the vehicle. ODATFB_HALT = 1 << 0, ///< Service the vehicle and then halt it. + ODATFB_NEAREST_DEPOT = 1 << 1, ///< Send the vehicle to the nearest depot. }; /** -- cgit v1.2.3-54-g00ecf