Small patch to expose the localizer property (e.g., true for ILS localizer)
This commit is contained in:
parent
a166f78a28
commit
f2a2b21661
1 changed files with 3 additions and 0 deletions
|
@ -198,6 +198,9 @@ FGNavCom::bind ()
|
|||
snprintf(propname, 256, "/radios/nav[%d]/has-gs", index);
|
||||
fgTie( propname, this, &FGNavCom::get_nav_has_gs );
|
||||
|
||||
snprintf(propname, 256, "/radios/nav[%d]/nav-loc", index);
|
||||
fgTie( propname, this, &FGNavCom::get_nav_loc );
|
||||
|
||||
snprintf(propname, 256, "/radios/nav[%d]/gs-needle-deflection", index);
|
||||
fgTie( propname, this, &FGNavCom::get_nav_gs_deflection );
|
||||
|
||||
|
|
Loading…
Reference in a new issue