From e2e6b19ddf3f75a6a3fcf83f62ebbe73438fa820 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 6 Apr 2002 23:45:24 +0000 Subject: [PATCH] Corrected typo /position/altitude-deg to /position/altitude-ft. --- src/Main/viewer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/viewer.cxx b/src/Main/viewer.cxx index 749f650d1..8ff56cb35 100644 --- a/src/Main/viewer.cxx +++ b/src/Main/viewer.cxx @@ -529,7 +529,7 @@ FGViewer::recalc () // multiple FDM can be done. recalcPositionVectors(fgGetDouble("/position/longitude-deg"), fgGetDouble("/position/latitude-deg"), - fgGetDouble("/position/altitude-deg")); + fgGetDouble("/position/altitude-ft")); -- 2.39.5