diff --git a/src/Navaids/navrecord.cxx b/src/Navaids/navrecord.cxx index 2029d2b7d..49b624244 100644 --- a/src/Navaids/navrecord.cxx +++ b/src/Navaids/navrecord.cxx @@ -101,7 +101,7 @@ void FGNavRecord::initAirportRelation() mPosition.setElevationFt(mRunway->elevation()); } - if (type() == ILS) { + if (type() == ILS || type() == LOC) { mRunway->setILS(this); }