summaryrefslogtreecommitdiff
path: root/src/vehicle_base.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-11-18 23:53:37 +0000
committerrubidium <rubidium@openttd.org>2008-11-18 23:53:37 +0000
commit2ed3c27822109d7c28422b0a61dbab06a8f7be4c (patch)
tree218a482fce834fe95fda7471c7dc81ddd9dddf8c /src/vehicle_base.h
parent07e3c096b3b744ef1d094c9481faa31ec8d2034a (diff)
downloadopenttd-2ed3c27822109d7c28422b0a61dbab06a8f7be4c.tar.xz
(svn r14592) -Feature [FS#1124]: non-destructive autofill with option to keep waiting times (PhilSophus)
Diffstat (limited to 'src/vehicle_base.h')
-rw-r--r--src/vehicle_base.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/vehicle_base.h b/src/vehicle_base.h
index 39f2673c4..cee6c4d5b 100644
--- a/src/vehicle_base.h
+++ b/src/vehicle_base.h
@@ -75,8 +75,9 @@ 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.
+ 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.
+ VF_AUTOFILL_PRES_WAIT_TIME, ///< Whether non-destructive auto-fill should preserve waiting times
};
struct VehicleRail {