1
0
Fork 0

Carrier init:

As well as "FLOLS" in the runway allow it in the parkpos; probably we should rename this to "position" rather than "parkpos"
This commit is contained in:
Richard Harrison 2020-04-10 00:05:24 +02:00
parent 9957d02687
commit b8f28d54c6

View file

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