diff options
Diffstat (limited to 'src/settings.cpp')
-rw-r--r-- | src/settings.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp index a688fc5aa..cd6003cdc 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -920,6 +920,12 @@ static bool InvalidateIndustryViewWindow(int32 p1) return true; } +static bool InvalidateAISettingsWindow(int32 p1) +{ + InvalidateWindowClassesData(WC_AI_SETTINGS); + return true; +} + /** * Update the town authority window after a town authority setting change. * @param p1 Unused. |