summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index 82ddb9a14..d581059aa 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -896,6 +896,12 @@ static bool InvalidateCompanyLiveryWindow(int32 p1)
return RedrawScreen(p1);
}
+static bool InvalidateIndustryViewWindow(int32 p1)
+{
+ InvalidateWindowClassesData(WC_INDUSTRY_VIEW);
+ return true;
+}
+
/*
* A: competitors
* B: competitor start time. Deprecated since savegame version 110.