diff --git a/src/economy.cpp b/src/economy.cpp index 7b262e7d4d..d699d8f5d0 100644 --- a/src/economy.cpp +++ b/src/economy.cpp @@ -1942,7 +1942,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); } }