]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/MapWidget.cxx
Add a node mask bit for permanent lights (needed by Rembrandt) and select it in the...
[flightgear.git] / src / GUI / MapWidget.cxx
index 5a53ffe7f889d6f7ab9385dd6ef89ad6dacd84c3..ba4174086ea64dea7c217aeb4aaa666f828603c5 100644 (file)
@@ -887,7 +887,7 @@ public:
   {
     _heliports = nd->getBoolValue("show-heliports", false);
     _hardRunwaysOnly = nd->getBoolValue("hard-surfaced-airports", true);
-    _minLengthFt = nd->getDoubleValue("min-runway-length-ft", 2000.0);
+    _minLengthFt = fgGetDouble("/sim/navdb/min-runway-length-ft", 2000);
   }
 
   virtual FGPositioned::Type maxType() const {