Add company settings to enable competitors' to buy/renew in own depots.
This commit is contained in:
@@ -135,6 +135,38 @@ strhelp = STR_CONFIG_SETTING_SERVINT_AIRCRAFT_HELPTEXT
|
||||
strval = STR_CONFIG_SETTING_SERVINT_VALUE
|
||||
proc = UpdateIntervalAircraft
|
||||
|
||||
[SDT_BOOL]
|
||||
base = CompanySettings
|
||||
var = infra_others_buy_in_depot[0]
|
||||
guiflags = SGF_PER_COMPANY
|
||||
def = false
|
||||
str = STR_CONFIG_SETTING_INFRA_OTHERS_BUY_IN_DEPOT_RAIL
|
||||
patxname = ""infra_sharing.infra_others_buy_in_depot.rail""
|
||||
|
||||
[SDT_BOOL]
|
||||
base = CompanySettings
|
||||
var = infra_others_buy_in_depot[1]
|
||||
guiflags = SGF_PER_COMPANY
|
||||
def = false
|
||||
str = STR_CONFIG_SETTING_INFRA_OTHERS_BUY_IN_DEPOT_ROAD
|
||||
patxname = ""infra_sharing.infra_others_buy_in_depot.road""
|
||||
|
||||
[SDT_BOOL]
|
||||
base = CompanySettings
|
||||
var = infra_others_buy_in_depot[2]
|
||||
guiflags = SGF_PER_COMPANY
|
||||
def = false
|
||||
str = STR_CONFIG_SETTING_INFRA_OTHERS_BUY_IN_DEPOT_WATER
|
||||
patxname = ""infra_sharing.infra_others_buy_in_depot.water""
|
||||
|
||||
[SDT_BOOL]
|
||||
base = CompanySettings
|
||||
var = infra_others_buy_in_depot[3]
|
||||
guiflags = SGF_PER_COMPANY
|
||||
def = false
|
||||
str = STR_CONFIG_SETTING_INFRA_OTHERS_BUY_IN_DEPOT_AIR
|
||||
patxname = ""infra_sharing.infra_others_buy_in_depot.air""
|
||||
|
||||
[SDT_END]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user