diff options
Diffstat (limited to 'aircraft_cmd.c')
-rw-r--r-- | aircraft_cmd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aircraft_cmd.c b/aircraft_cmd.c index 9f65f72e3..4fa4fc3f9 100644 --- a/aircraft_cmd.c +++ b/aircraft_cmd.c @@ -417,6 +417,7 @@ static void DoDeleteAircraft(Vehicle *v) DeleteWindowById(WC_VEHICLE_VIEW, v->index); RebuildVehicleLists(); InvalidateWindow(WC_COMPANY, v->owner); + DeleteDepotHighlightOfVehicle(v); DeleteVehicleChain(v); InvalidateWindowClasses(WC_AIRCRAFT_LIST); } |