Add company setting to advance order when cloning/copying/sharing

Advance order if current depot is in order list
This commit is contained in:
Jonathan G Rennison
2019-02-26 01:05:29 +00:00
parent 7b8db50fd5
commit 705fc18b08
5 changed files with 48 additions and 0 deletions

View File

@@ -643,6 +643,7 @@ struct CompanySettings {
uint8 auto_timetable_separation_rate; ///< percentage of auto timetable separation change to apply
bool infra_others_buy_in_depot[4]; ///< other companies can buy/autorenew in this companies depots (where infra sharing enabled)
uint16 timetable_autofill_rounding; ///< round up timetable times to be a multiple of this number of ticks
bool advance_order_on_clone; ///< when cloning a vehicle or copying/sharing an order list, advance the current order to a suitable point
};
/** All settings together for the game. */