From 6ec9e2dcdc07ba5fdd64a7bddabc86f17f383f62 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 28 May 2004 05:29:04 +0000 Subject: [PATCH] Oops, and another similar one. --- src/Cockpit/navcom.cxx | 3 +-- src/Cockpit/navcom.hxx | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.5