From: curt Date: Fri, 28 May 2004 05:29:04 +0000 (+0000) Subject: Oops, and another similar one. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6ec9e2dcdc07ba5fdd64a7bddabc86f17f383f62;p=flightgear.git Oops, and another similar one. --- diff --git a/src/Cockpit/navcom.cxx b/src/Cockpit/navcom.cxx index 4c763d386..5081c7fb0 100644 --- a/src/Cockpit/navcom.cxx +++ b/src/Cockpit/navcom.cxx @@ -33,7 +33,6 @@ #include #include -#include #include #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; } diff --git a/src/Cockpit/navcom.hxx b/src/Cockpit/navcom.hxx index 698a50391..33135728f 100644 --- a/src/Cockpit/navcom.hxx +++ b/src/Cockpit/navcom.hxx @@ -32,7 +32,6 @@ #include #include -#include #include #include