fix fast connect

This commit is contained in:
Pavel Stupnikov
2016-03-28 02:01:48 +03:00
parent 45eb2e7ea1
commit d078e41698
2 changed files with 5 additions and 5 deletions

View File

@@ -1749,4 +1749,4 @@ void GuiShowTooltipsExtra(Window *parent, uint param, TooltipCloseCondition clos
void GuiShowStationRatingTooltip(Window *parent, const Station *st, const CargoSpec *cs) {
DeleteWindowById(WC_STATION_RATING_TOOLTIP, 0);
new StationRatingTooltipWindow(parent, st, cs);
}
}