1
0
Fork 0

Make it possible to show the DME in the HUD

This commit is contained in:
ehofman 2004-01-26 20:24:29 +00:00
parent 4fb5e61162
commit 8c129e8470

View file

@ -276,6 +276,15 @@ float get_view_direction( void )
return view;
}
// Added by Markus Hof on 5. Jan 2004
float get_dme( void )
{
static const SGPropertyNode * dme_node =
fgGetNode("/radios/dme/distance-nm");
return dme_node->getFloatValue();
}
// $$$ begin - added, VS Renganathan 13 Oct 2K
// #ifdef FIGHTER_HUD
float get_Vx ( void )