From 3236b3d10e2c30ab92980c56d4810d79d12bad44 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 12 Sep 2008 22:52:48 +0000 Subject: [PATCH] (svn r14304) -Fix (r14104): waypoint train list wasn't closed with the waypoint window (crashes since r14296) --- src/waypoint_gui.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/waypoint_gui.cpp b/src/waypoint_gui.cpp index f1a1c23c1e..0ce67b2f26 100644 --- a/src/waypoint_gui.cpp +++ b/src/waypoint_gui.cpp @@ -15,6 +15,7 @@ #include "gfx_func.h" #include "command_func.h" #include "functions.h" +#include "window_func.h" #include "table/strings.h" @@ -45,6 +46,11 @@ public: this->FindWindowPlacementAndResize(desc); } + ~WaypointWindow() + { + DeleteWindowById(WC_TRAINS_LIST, (this->window_number << 16) | (VEH_TRAIN << 11) | VLW_WAYPOINT_LIST | this->wp->owner); + } + virtual void OnPaint() { /* You can only change your own waypoints */