summaryrefslogtreecommitdiff
path: root/src/depot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/depot.cpp')
-rw-r--r--src/depot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/depot.cpp b/src/depot.cpp
index 8b9abe06a..005f067b1 100644
--- a/src/depot.cpp
+++ b/src/depot.cpp
@@ -43,7 +43,7 @@ Depot::~Depot()
/* Delete the depot-window */
DeleteWindowById(WC_VEHICLE_DEPOT, this->xy);
- this->xy = 0;
+ this->xy = INVALID_TILE;
}
void InitializeDepots()