From 477a09d13edad166fd5fd3b60ded53b2c1d83c27 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 6 May 2012 11:38:52 +0000 Subject: (svn r24205) -Feature [FS#5178-ish]: Show a hint in the supplies tab of station windows, if the station is affected by exclusive transport rights. --- src/town_cmd.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/town_cmd.cpp') 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(); } -- cgit v1.2.3-54-g00ecf