(svn r10331) -Feature: Add the possibility of automatically filling in timetables based on

the times from the first (or subsequent) run-throughs.
This commit is contained in:
maedhros
2007-06-25 20:55:43 +00:00
parent 2fce0506a6
commit 4af9ca5335
6 changed files with 116 additions and 24 deletions

View File

@@ -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 */