Showing 1 changed files with 1 additions and 1 deletions
+1 -1
Nasal/MFD.pages.nas
... ...
@@ -71,7 +71,7 @@ displayClass.MFD = {
71 71
                     }
72 72
                 );
73 73
                 append(obj_infos, {
74
-                        text: sprintf(' %s DST %2dNM CRS %03d', utf8.chstr(9658), distance / 1852.0, course),
74
+                        text: sprintf(' %s DST %2dNM CRS %03d', utf8.chstr(9658), distance, course),
75 75
                         type: 'normal|end-of-line',
76 76
                         scrollgroup: idx
77 77
                     }