(svn r14119) -Fix(r14104): Forgot to make the gui disappear when the waypoint is deleted. Smatz pointing

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
belugas 16 years ago
parent d3dd9c6566
commit 8385653118

@ -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);

Loading…
Cancel
Save