1
0
Fork 0

Fix assert found by Tobias Dammers

Hold waypoints were being marked as dynamic erroneously
This commit is contained in:
James Turner 2018-06-29 11:36:54 +01:00
parent 7a0483281d
commit 016d359291

View file

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