1
0
Fork 0

Associate non-ILS localisers with their runway.

This commit is contained in:
jmt 2009-09-16 00:23:34 +00:00 committed by Tim Moore
parent d4d1d827d0
commit 44bc440d32

View file

@ -101,7 +101,7 @@ void FGNavRecord::initAirportRelation()
mPosition.setElevationFt(mRunway->elevation());
}
if (type() == ILS) {
if (type() == ILS || type() == LOC) {
mRunway->setILS(this);
}