diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/station_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_gui.cpp b/src/station_gui.cpp index 618587ffa..5dad18a43 100644 --- a/src/station_gui.cpp +++ b/src/station_gui.cpp @@ -953,7 +953,7 @@ static void StationViewWndProc(Window *w, WindowEvent *e) case WE_DESTROY: { WindowNumber wno = - (w->window_number << 16) | GetStation(w->window_number)->owner; + (w->window_number << 16) | VLW_STATION_LIST | GetStation(w->window_number)->owner; DeleteWindowById(WC_TRAINS_LIST, wno); DeleteWindowById(WC_ROADVEH_LIST, wno); |