summaryrefslogtreecommitdiff
path: root/src/depot_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/depot_gui.cpp')
-rw-r--r--src/depot_gui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/depot_gui.cpp b/src/depot_gui.cpp
index 80774e900..151eb928d 100644
--- a/src/depot_gui.cpp
+++ b/src/depot_gui.cpp
@@ -293,8 +293,8 @@ struct DepotWindow : Window {
void Close() override
{
- DeleteWindowById(WC_BUILD_VEHICLE, this->window_number);
- DeleteWindowById(GetWindowClassForVehicleType(this->type), VehicleListIdentifier(VL_DEPOT_LIST, this->type, this->owner, this->GetDepotIndex()).Pack(), false);
+ CloseWindowById(WC_BUILD_VEHICLE, this->window_number);
+ CloseWindowById(GetWindowClassForVehicleType(this->type), VehicleListIdentifier(VL_DEPOT_LIST, this->type, this->owner, this->GetDepotIndex()).Pack(), false);
OrderBackup::Reset(this->window_number);
this->Window::Close();
}