Oops, and another similar one.
This commit is contained in:
parent
90c5f1f22d
commit
6ec9e2dcdc
2 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue