Add company settings to enable competitors' to buy/renew in own depots.

This commit is contained in:
Jonathan G Rennison
2016-02-13 16:51:19 +00:00
parent 248ac0e263
commit a27bdbb3e2
5 changed files with 48 additions and 1 deletions

View File

@@ -538,6 +538,7 @@ struct CompanySettings {
uint32 engine_renew_money; ///< minimum amount of money before autorenew is used
bool renew_keep_length; ///< sell some wagons if after autoreplace the train is longer than before
VehicleDefaultSettings vehicle; ///< default settings for vehicles
bool infra_others_buy_in_depot[4]; ///< other companies can buy/autorenew in this companies depots (where infra sharing enabled)
};
/** All settings together for the game. */