src/vehicle.h
changeset 7562 f6f62814907b
parent 7510 acb7cfe27b60
child 7582 9f23c01ae23d
equal deleted inserted replaced
7561:2d18ff45dd03 7562:f6f62814907b
    93 
    93 
    94 enum VehicleFlags {
    94 enum VehicleFlags {
    95 	VF_LOADING_FINISHED,
    95 	VF_LOADING_FINISHED,
    96 	VF_CARGO_UNLOADING,
    96 	VF_CARGO_UNLOADING,
    97 	VF_BUILT_AS_PROTOTYPE,
    97 	VF_BUILT_AS_PROTOTYPE,
       
    98 	VF_TIMETABLE_STARTED,  ///< Whether the vehicle has started running on the timetable yet.
       
    99 	VF_AUTOFILL_TIMETABLE, ///< Whether the vehicle should fill in the timetable automatically.
    98 };
   100 };
    99 
   101 
   100 /* Effect vehicle types */
   102 /* Effect vehicle types */
   101 enum EffectVehicle {
   103 enum EffectVehicle {
   102 	EV_CHIMNEY_SMOKE   = 0,
   104 	EV_CHIMNEY_SMOKE   = 0,