From f2c694c8fbfb775dc239ab1c6447d3744d1c84c7 Mon Sep 17 00:00:00 2001 From: michi_cc Date: Tue, 14 Feb 2012 17:04:06 +0000 Subject: (svn r23947) -Feature: Timetabled maximum travel speeds for non-flying vehicles. --- 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 0099c67c9..44f93218b 100644 --- a/src/order_type.h +++ b/src/order_type.h @@ -169,6 +169,7 @@ enum OrderDepotAction { enum ModifyTimetableFlags { MTF_WAIT_TIME, ///< Set wait time. MTF_TRAVEL_TIME, ///< Set travel time. + MTF_TRAVEL_SPEED, ///< Set max travel speed. MTF_END }; template <> struct EnumPropsT : MakeEnumPropsT {}; -- cgit v1.2.3-54-g00ecf