summaryrefslogtreecommitdiff
path: root/src/vehicle.h
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-06-25 20:55:43 +0000
committermaedhros <maedhros@openttd.org>2007-06-25 20:55:43 +0000
commit4af9ca5335903e72dfbc13fb00be4d747302560b (patch)
tree4840bc321f282360404faa91242a640971fe700a /src/vehicle.h
parent2fce0506a6e898afe1045c59e4772a04011e29ab (diff)
downloadopenttd-4af9ca5335903e72dfbc13fb00be4d747302560b.tar.xz
(svn r10331) -Feature: Add the possibility of automatically filling in timetables based on
the times from the first (or subsequent) run-throughs.
Diffstat (limited to 'src/vehicle.h')
-rw-r--r--src/vehicle.h2
1 files changed, 2 insertions, 0 deletions
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 */