diff --git a/src/vehicle.cpp b/src/vehicle.cpp index cbf85f104d..7772535f8f 100644 --- a/src/vehicle.cpp +++ b/src/vehicle.cpp @@ -2543,6 +2543,7 @@ void Vehicle::LeaveUnbunchingDepot() if (u->vehstatus & (VS_STOPPED | VS_CRASHED)) continue; u->depot_unbunching_next_departure = next_departure; + SetWindowDirty(WC_VEHICLE_VIEW, u->index); } }