]> git.mxchange.org Git - flightgear.git/commitdiff
Fix a compile error I missed in the first round.
authorcurt <curt>
Fri, 28 May 2004 05:27:40 +0000 (05:27 +0000)
committercurt <curt>
Fri, 28 May 2004 05:27:40 +0000 (05:27 +0000)
src/Cockpit/dme.cxx
src/Cockpit/dme.hxx

index 8e1519d98abe6bd2ed62885d2ebcab51fd796ffd..cf9f66731b5742da3795ea00133dd41e74e9684d 100644 (file)
@@ -231,7 +231,7 @@ void FGDME::search()
         lat = dme->get_lat();
         elev = dme->get_elev_ft();
         bias = dme->get_multiuse();
-        range = FG_ILS_DEFAULT_RANGE;
+        range = FG_LOC_DEFAULT_RANGE;
         effective_range = kludgeRange(elev, elev, range);
         x = dme->get_x();
         y = dme->get_y();
index 4a8e7e0ed640b09ebf0520475cb04a8dfb411652..345a02c7542fc34172f5e2481887aa17afe6a847 100644 (file)
@@ -32,7 +32,7 @@
 // #include <simgear/math/interpolater.hxx>
 #include <simgear/timing/timestamp.hxx>
 
-#include <Navaids/ilslist.hxx>
+// #include <Navaids/ilslist.hxx>
 #include <Navaids/navlist.hxx>
 // #include <Sound/beacon.hxx>
 #include <Sound/morse.hxx>