forked from mirror/OpenTTD
(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:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user