Scheduled dispatch: Add company setting to set default schedule duration

This commit is contained in:
Jonathan G Rennison
2023-12-28 13:28:55 +00:00
parent 821a7c73ef
commit 6edde70b04
5 changed files with 34 additions and 1 deletions

View File

@@ -834,6 +834,7 @@ struct CompanySettings {
bool advance_order_on_clone; ///< when cloning a vehicle or copying/sharing an order list, advance the current order to a suitable point
bool copy_clone_add_to_group; ///< whether to add cloned vehicles to the source vehicle's group, when cloning a vehicle without sharing orders
bool remain_if_next_order_same_station; ///< if the next order is for the same station, start loading/unloading again instead of leaving.
uint16 default_sched_dispatch_duration; ///< default scheduled dispatch duration
byte old_simulated_wormhole_signals; ///< no longer needs a setting: tunnel/bridge signal simulation spacing
};