]> git.mxchange.org Git - flightgear.git/commitdiff
Oops, and another similar one.
authorcurt <curt>
Fri, 28 May 2004 05:29:04 +0000 (05:29 +0000)
committercurt <curt>
Fri, 28 May 2004 05:29:04 +0000 (05:29 +0000)
src/Cockpit/navcom.cxx
src/Cockpit/navcom.hxx

index 4c763d386f1c463cda026fe22dbaff2a9b8ae1dc..5081c7fb0f6a526cdba6946d85ade5e2301c0261 100644 (file)
@@ -33,7 +33,6 @@
 #include <simgear/math/vector.hxx>
 
 #include <Aircraft/aircraft.hxx>
-#include <Navaids/ilslist.hxx>
 #include <Navaids/navlist.hxx>
 
 #include "navcom.hxx"
@@ -342,7 +341,7 @@ double FGNavCom::adjustILSRange( double stationElev, double aircraftElev,
 //     } else {
 //     return 0;
 //     }
-    return FG_ILS_DEFAULT_RANGE;
+    return FG_LOC_DEFAULT_RANGE;
 }
 
 
index 698a50391beb13833919517762447d06f362e90f..33135728f34609929034a39e6edf810d7573c4c4 100644 (file)
@@ -32,7 +32,6 @@
 #include <simgear/math/interpolater.hxx>
 #include <simgear/timing/timestamp.hxx>
 
-#include <Navaids/ilslist.hxx>
 #include <Navaids/navlist.hxx>
 #include <Sound/morse.hxx>