1
0
Fork 0

Fix: Mark vehicle status bars dirty when a vehicle leaves unbunching depot

pull/12516/head
Tyler Trahan 2024-04-17 14:36:25 -04:00
parent 257d312a58
commit 53efd1145d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}