From c65c8f1cc94627c3435db32e6770025c4f5649d0 Mon Sep 17 00:00:00 2001 From: maedhros Date: Mon, 25 Jun 2007 20:55:43 +0000 Subject: (svn r10331) -Feature: Add the possibility of automatically filling in timetables based on the times from the first (or subsequent) run-throughs. --- src/vehicle.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vehicle.h') diff --git a/src/vehicle.h b/src/vehicle.h index d8f039de1..7b2b5cebc 100644 --- a/src/vehicle.h +++ b/src/vehicle.h @@ -95,6 +95,8 @@ enum VehicleFlags { VF_LOADING_FINISHED, VF_CARGO_UNLOADING, VF_BUILT_AS_PROTOTYPE, + VF_TIMETABLE_STARTED, ///< Whether the vehicle has started running on the timetable yet. + VF_AUTOFILL_TIMETABLE, ///< Whether the vehicle should fill in the timetable automatically. }; /* Effect vehicle types */ -- cgit v1.2.3-70-g09d2