1
0
Fork 0

better check all runways, not just the first one :-)

This commit is contained in:
mfranz 2007-10-07 17:45:58 +00:00
parent e599cbae3b
commit 75383a3996

View file

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