From 99a08e1e8cec3d73bf802e64b9e460e71f47cb43 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 4 Feb 2013 20:29:38 +0000 Subject: (svn r24968) -Fix [FS#5379]: company window was not updated when shared were enabled/disabled --- src/table/settings.ini | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/table/settings.ini') diff --git a/src/table/settings.ini b/src/table/settings.ini index eafbee3a1..b39d29a54 100644 --- a/src/table/settings.ini +++ b/src/table/settings.ini @@ -38,6 +38,7 @@ static bool InvalidateIndustryViewWindow(int32 p1); static bool InvalidateAISettingsWindow(int32 p1); static bool RedrawTownAuthority(int32 p1); static bool InvalidateCompanyInfrastructureWindow(int32 p1); +static bool InvalidateCompanyWindow(int32 p1); static bool ZoomMinMaxChanged(int32 p1); #ifdef ENABLE_NETWORK @@ -1227,6 +1228,7 @@ var = economy.allow_shares def = false str = STR_CONFIG_SETTING_ALLOW_SHARES strhelp = STR_CONFIG_SETTING_ALLOW_SHARES_HELPTEXT +proc = InvalidateCompanyWindow [SDT_VAR] base = GameSettings -- cgit v1.2.3-54-g00ecf