From b8f28d54c6968bce756d8ec5d4d9d7ca8f7696f5 Mon Sep 17 00:00:00 2001 From: Richard Harrison <rjh@zaretto.com> Date: Fri, 10 Apr 2020 00:05:24 +0200 Subject: [PATCH] Carrier init: As well as "FLOLS" in the runway allow it in the parkpos; probably we should rename this to "position" rather than "parkpos" --- src/Main/positioninit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/positioninit.cxx b/src/Main/positioninit.cxx index 47944de54..49bc0d694 100644 --- a/src/Main/positioninit.cxx +++ b/src/Main/positioninit.cxx @@ -837,7 +837,7 @@ void finalizePosition() if (!carrier.empty()) { - const bool atFLOLS = rwy_req && (runway == "FLOLS"); + const bool atFLOLS = rwy_req && (runway == "FLOLS" || parkpos == "FLOLS"); InitPosResult carrierResult; if (atFLOLS) { carrierResult = setFinalPosFromCarrierFLOLS(carrier, abeam);