1
0
Fork 0

- fixed typo that prevented ADF needle from being offset by aircraft

heading
This commit is contained in:
curt 2001-07-23 20:31:11 +00:00
parent 6fdbbaf475
commit 67091a4b13

View file

@ -494,7 +494,7 @@ double FGSteam::get_HackADF_deg () {
if ( current_radiostack->get_adf_inrange() ) {
double r = current_radiostack->get_adf_heading()
- fgGetDouble("orientation/heading");
- fgGetDouble("/orientation/heading-deg");
last_r = r;
// cout << "Radial = " << current_radiostack->get_adf_heading()
// << " Heading = " << FGBFI::getHeading() << endl;