summaryrefslogtreecommitdiff
path: root/src/station.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station.cpp')
-rw-r--r--src/station.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/station.cpp b/src/station.cpp
index df256adb3..bb961b07f 100644
--- a/src/station.cpp
+++ b/src/station.cpp
@@ -104,6 +104,8 @@ Station::~Station()
xy = INVALID_TILE;
+ InvalidateWindowData(WC_SELECT_STATION, 0, 0);
+
for (CargoID c = 0; c < NUM_CARGO; c++) {
goods[c].cargo.Truncate(0);
}