From 44bc440d32e74fe90efafb0cf2007d0dc1436a17 Mon Sep 17 00:00:00 2001 From: jmt Date: Wed, 16 Sep 2009 00:23:34 +0000 Subject: [PATCH] Associate non-ILS localisers with their runway. --- src/Navaids/navrecord.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5