(svn r7335) -Codechange: redraw station tiles when cargo is moved, for newstations

This commit is contained in:
peter1138
2006-12-03 18:28:42 +00:00
parent dcf1575a1d
commit 52d0c3b08a
3 changed files with 4 additions and 1 deletions

View File

@@ -1500,6 +1500,7 @@ int LoadUnloadVehicle(Vehicle *v, bool just_arrived)
if (result != 0) {
InvalidateWindow(WC_VEHICLE_DETAILS, v->index);
MarkStationTilesDirty(st);
if (result & 2) InvalidateWindow(WC_STATION_VIEW, last_visited);