Fix a compile error I missed in the first round.
This commit is contained in:
parent
b2b33f7582
commit
90c5f1f22d
2 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue