From c8c61e36bdfe2de8e3785b6c3912a733f099df3e Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 8 Jan 2009 16:35:45 +0000 Subject: (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) --- src/station.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/station.cpp') 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); } -- cgit v1.2.3-54-g00ecf