diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -2822,6 +2822,8 @@ static CommandCost TownActionBuyRights(T t->exclusivity = _current_company; ModifyStationRatingAround(t->xy, _current_company, 130, 17); + + SetWindowClassesDirty(WC_STATION_VIEW); } return CommandCost(); }