1
0
Fork 0

Fix a compile error I missed in the first round.

This commit is contained in:
curt 2004-05-28 05:27:40 +00:00
parent b2b33f7582
commit 90c5f1f22d
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

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