]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/dme.cxx
Fixed typo that prevented DME groundspeed display.
[flightgear.git] / src / Instrumentation / dme.cxx
index e74977399de06eef51791c748d3fc0bb20464cd8..6c4d08d713c0696057b641fe37478df11d6f26a1 100644 (file)
@@ -98,7 +98,7 @@ DME::init ()
     _frequency_node = fnode->getChild("selected-mhz", 0, true);
     _in_range_node = node->getChild("in-range", 0, true);
     _distance_node = node->getChild("indicated-distance-nm", 0, true);
-    _speed_node = node->getChild("indicated-ground-speed", 0, true);
+    _speed_node = node->getChild("indicated-ground-speed-kt", 0, true);
     _time_node = node->getChild("indicated-time-min", 0, true);
 
     _serviceable_node->setBoolValue(true);