1
0
Fork 0

Small patch to expose the localizer property (e.g., true for ILS localizer)

This commit is contained in:
ehofman 2003-07-18 08:22:54 +00:00
parent a166f78a28
commit f2a2b21661

View file

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