1
0
Fork 0

Oops, and another similar one.

This commit is contained in:
curt 2004-05-28 05:29:04 +00:00
parent 90c5f1f22d
commit 6ec9e2dcdc
2 changed files with 1 additions and 3 deletions

View 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;
}

View 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>