fixed powerfund max houses setting appearence

This commit is contained in:
Pavel Stupnikov
2015-08-09 14:05:45 +03:00
parent 3ae95caec1
commit ae024c79fc
2 changed files with 4 additions and 3 deletions

View File

@@ -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}

View File

@@ -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