summaryrefslogtreecommitdiff
path: root/src/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings.cpp')
-rw-r--r--src/settings.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.cpp b/src/settings.cpp
index b111f8728..5c0dc4a98 100644
--- a/src/settings.cpp
+++ b/src/settings.cpp
@@ -1320,6 +1320,7 @@ static bool ChangeMaxHeightLevel(int32 p1)
static bool StationCatchmentChanged(int32 p1)
{
Station::RecomputeCatchmentForAll();
+ MarkWholeScreenDirty();
return true;
}