Associate non-ILS localisers with their runway.
This commit is contained in:
parent
d4d1d827d0
commit
44bc440d32
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ void FGNavRecord::initAirportRelation()
|
|||
mPosition.setElevationFt(mRunway->elevation());
|
||||
}
|
||||
|
||||
if (type() == ILS) {
|
||||
if (type() == ILS || type() == LOC) {
|
||||
mRunway->setILS(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue