- fixed typo that prevented ADF needle from being offset by aircraft
heading
This commit is contained in:
parent
6fdbbaf475
commit
67091a4b13
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue