From: jmt Date: Wed, 16 Sep 2009 00:23:34 +0000 (+0000) Subject: Associate non-ILS localisers with their runway. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=44bc440d32e74fe90efafb0cf2007d0dc1436a17;p=flightgear.git Associate non-ILS localisers with their runway. --- 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); }