From 97de2577e3e3387034a1cb30c338d1539c4313b7 Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 21 Aug 2008 02:19:31 +0000 Subject: (svn r14119) -Fix(r14104): Forgot to make the gui disappear when the waypoint is deleted. Smatz pointing --- src/waypoint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/waypoint.cpp') diff --git a/src/waypoint.cpp b/src/waypoint.cpp index 1518176a7..58dd92a9c 100644 --- a/src/waypoint.cpp +++ b/src/waypoint.cpp @@ -460,7 +460,7 @@ Waypoint::~Waypoint() free(this->name); if (CleaningPool()) return; - + DeleteWindowById(WC_WAYPOINT_VIEW, this->index); RemoveOrderFromAllVehicles(OT_GOTO_WAYPOINT, this->index); RedrawWaypointSign(this); -- cgit v1.2.3-54-g00ecf