equal
deleted
inserted
replaced
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, |