diff --git a/src/station.cpp b/src/station.cpp index 302589b205..c8f587bed4 100644 --- a/src/station.cpp +++ b/src/station.cpp @@ -50,6 +50,7 @@ BaseStation::~BaseStation() DeleteWindowById(WC_ROADVEH_LIST, VehicleListIdentifier(VL_STATION_LIST, VEH_ROAD, this->owner, this->index).Pack()); DeleteWindowById(WC_SHIPS_LIST, VehicleListIdentifier(VL_STATION_LIST, VEH_SHIP, this->owner, this->index).Pack()); DeleteWindowById(WC_AIRCRAFT_LIST, VehicleListIdentifier(VL_STATION_LIST, VEH_AIRCRAFT, this->owner, this->index).Pack()); + DeleteWindowById(WC_DEPARTURES_BOARD, this->index); this->sign.MarkDirty(); }