]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/runways.cxx
Initial framing for reading in-scenery airport data.
[flightgear.git] / src / Airports / runways.cxx
index e6f62d88bb03274d7e057c1b480bac1601c86612..346dc35bd7872371e8442e11ee5d4be19b1f3e52 100644 (file)
@@ -136,3 +136,7 @@ SGGeod FGRunway::threshold() const
   return pointOnCenterline(_displ_thresh * SG_FEET_TO_METER);
 }
 
+void FGRunway::processThreshold(SGPropertyNode* aThreshold)
+{
+  assert(ident() == aThreshold->getStringValue("rwy"));
+}