diff options
Diffstat (limited to 'src/table/settings.ini')
-rw-r--r-- | src/table/settings.ini | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/table/settings.ini b/src/table/settings.ini index 48dc333bb..965eaeb17 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -39,6 +39,7 @@ static bool InvalidateNewGRFChangeWindows(int32 p1); static bool InvalidateIndustryViewWindow(int32 p1); static bool InvalidateAISettingsWindow(int32 p1); static bool RedrawTownAuthority(int32 p1); +static bool InvalidateCompanyInfrastructureWindow(int32 p1); extern bool UpdateNewGRFConfigPalette(int32 p1); static bool ZoomMinMaxChanged(int32 p1); @@ -1237,6 +1238,14 @@ def = 4000 min = 800 max = 65535 +[SDT_BOOL] +base = GameSettings +var = economy.infrastructure_maintenance +from = 166 +def = false +str = STR_CONFIG_SETTING_INFRASTRUCTURE_MAINTENANCE +proc = InvalidateCompanyInfrastructureWindow + ## [SDT_VAR] base = GameSettings |