1
0
Fork 0

Fix: Mark vehicle status bars dirty when a vehicle leaves unbunching depot (#12516)

pull/12533/head
Tyler Trahan 2024-04-18 12:45:00 -04:00 committed by glx22
parent 16c6c57b9d
commit 11f781f159
1 changed files with 1 additions and 0 deletions

View File

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