@@ -1933,8 +1933,8 @@ static void LoadUnloadVehicle(Vehicle *f
}
if (dirty_station) {
st->MarkTilesDirty(true);
SetWindowDirty(WC_STATION_VIEW, last_visited);
InvalidateWindowData(WC_STATION_LIST, last_visited);
SetWindowDirty(WC_STATION_VIEW, st->index);
InvalidateWindowData(WC_STATION_LIST, st->owner);
@@ -4055,7 +4055,7 @@ static uint UpdateStationWaiting(Station
if (lg != nullptr) (*lg)[ge.node].UpdateSupply(amount);
if (!ge.HasRating()) {
InvalidateWindowData(WC_STATION_LIST, st->index);
SetBit(ge.status, GoodsEntry::GES_RATING);
Status change: