mirror of https://github.com/OpenTTD/OpenTTD
Fix: Mark vehicle status bars dirty when a vehicle leaves unbunching depot
parent
257d312a58
commit
53efd1145d
|
@ -2538,6 +2538,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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue