From 016d359291384230be3faa97425d812a838e5ba0 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 29 Jun 2018 11:36:54 +0100 Subject: [PATCH] Fix assert found by Tobias Dammers Hold waypoints were being marked as dynamic erroneously --- src/Navaids/waypoint.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Navaids/waypoint.cxx b/src/Navaids/waypoint.cxx index 6d728491c..39476caa7 100644 --- a/src/Navaids/waypoint.cxx +++ b/src/Navaids/waypoint.cxx @@ -234,7 +234,6 @@ Hold::Hold(const SGGeod& aPos, const string& aIdent, RouteBase* aOwner) : _righthanded(true), _isDistance(false) { - setFlag(WPT_DYNAMIC); } Hold::Hold(RouteBase* aOwner) :