summaryrefslogtreecommitdiff
path: root/src/town_cmd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/town_cmd.cpp')
-rw-r--r--src/town_cmd.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp
index 7cd6770f1..e42dd8362 100644
--- a/src/town_cmd.cpp
+++ b/src/town_cmd.cpp
@@ -2822,6 +2822,8 @@ static CommandCost TownActionBuyRights(Town *t, DoCommandFlag flags)
t->exclusivity = _current_company;
ModifyStationRatingAround(t->xy, _current_company, 130, 17);
+
+ SetWindowClassesDirty(WC_STATION_VIEW);
}
return CommandCost();
}