better check all runways, not just the first one :-)
This commit is contained in:
parent
e599cbae3b
commit
75383a3996
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ string FGRunwayList::search( const string& aptid, const int hdg ) {
|
|||
reversed = true;
|
||||
}
|
||||
|
||||
} while (!next(&r));
|
||||
} while (next(&r));
|
||||
|
||||
return reversed ? GetReverseRunwayNo(best._rwy_no) : best._rwy_no;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue