]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a property path.
authorehofman <ehofman>
Sun, 19 Dec 2004 14:32:39 +0000 (14:32 +0000)
committerehofman <ehofman>
Sun, 19 Dec 2004 14:32:39 +0000 (14:32 +0000)
src/Cockpit/cockpit.cxx

index 97f844da90bd181a919d7136bfbad3e092deba73..8b49ca916485f4062b61c98e21a3372f6597e97d 100644 (file)
@@ -286,7 +286,7 @@ float get_view_direction( void )
 float get_dme( void )
 {
     static const SGPropertyNode * dme_node =
-        fgGetNode("/radios/dme/distance-nm");
+        fgGetNode("/instrumentation/dme/indicated-distance-nm");
 
     return dme_node->getFloatValue();
 }