Convert distance to touch down point to nm.
This commit is contained in:
parent
04f1dc4837
commit
7c3df373af
1 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,8 @@ void FGProps2NetGUI( FGNetGUI *net ) {
|
|||
net->warp = globals->get_warp();
|
||||
|
||||
// Approach
|
||||
net->dist_nm = current_radiostack->get_navcom1()->get_nav_gs_dist();
|
||||
net->dist_nm = current_radiostack->get_navcom1()->get_nav_gs_dist()
|
||||
* SG_METER_TO_NM;
|
||||
net->course_deviation_deg
|
||||
= current_radiostack->get_navcom1()->get_nav_heading()
|
||||
- current_radiostack->get_navcom1()->get_nav_radial();
|
||||
|
|
Loading…
Add table
Reference in a new issue