(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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user