fixed powerfund max houses setting appearence
This commit is contained in:
@@ -5275,4 +5275,4 @@ STR_CB_GUI_TOWN_VIEW_TOOLTIP :{BLACK}Show inf
|
||||
STR_CONFIG_SETTING_WARN_IF_RUNWAY_IS_TOO_SHORT :Warn if airplane has in its orders an airport whose runway is too short
|
||||
|
||||
STR_CONFIG_SETTING_POWERFUND_MONEY :Powerfund minimum needed money for fund: {STRING2}
|
||||
STR_CONFIG_SETTING_POWERFUND_HOUSES :Maximum amount of houses to powerfund up to
|
||||
STR_CONFIG_SETTING_POWERFUND_HOUSES :Maximum amount of houses to powerfund up to: {STRING2}
|
||||
|
||||
@@ -4094,11 +4094,12 @@ strval = STR_JUST_CURRENCY_LONG
|
||||
|
||||
[SDTC_VAR]
|
||||
var = gui.powerfund_houses
|
||||
type = SLE_INT16
|
||||
flags = SLF_NOT_IN_CONFIG | SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
|
||||
type = SLE_UINT16
|
||||
flags = SLF_NOT_IN_SAVE | SLF_NO_NETWORK_SYNC
|
||||
def = 10000
|
||||
min = 0
|
||||
max = 10000
|
||||
interval = 10
|
||||
str = STR_CONFIG_SETTING_POWERFUND_HOUSES
|
||||
strval = STR_JUST_COMMA
|
||||
|
||||
|
||||
Reference in New Issue
Block a user