diff --git a/src/economy.cpp b/src/economy.cpp index 1cb9e404d2..958fff3112 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -2410,7 +2410,7 @@ static void LoadUnloadVehicle(Vehicle *front) if (dirty_station) { st->MarkTilesDirty(true); SetWindowDirty(WC_STATION_VIEW, st->index); - InvalidateWindowData(WC_STATION_LIST, st->owner); + SetWindowDirty(WC_STATION_LIST, st->owner); } }