(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.

This commit is contained in:
frosch
2012-05-06 11:38:52 +00:00
parent 4952ce95cb
commit 675fc185be
3 changed files with 12 additions and 0 deletions

View File

@@ -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();
}