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:
parent
9957d02687
commit
b8f28d54c6
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue