1
0
Fork 0

Changed wording ...

This commit is contained in:
curt 2001-03-29 06:09:25 +00:00
parent 4fc7f6d097
commit 776e7293bc

View file

@ -198,11 +198,11 @@ FGRadioStack::bind ()
&FGRadioStack::get_adf_ident_btn,
&FGRadioStack::set_adf_ident_btn);
fgTie("/radios/marker-beacons/inner", this,
fgTie("/radios/marker-beacon/inner", this,
&FGRadioStack::get_inner_blink);
fgTie("/radios/marker-beacons/middle", this,
fgTie("/radios/marker-beacon/middle", this,
&FGRadioStack::get_middle_blink);
fgTie("/radios/marker-beacons/outer", this,
fgTie("/radios/marker-beacon/outer", this,
&FGRadioStack::get_outer_blink);
}
@ -243,9 +243,9 @@ FGRadioStack::unbind ()
fgUntie("/radios/adf/on");
fgUntie("/radios/adf/ident");
fgUntie("/radios/marker-beacons/inner");
fgUntie("/radios/marker-beacons/middle");
fgUntie("/radios/marker-beacons/outer");
fgUntie("/radios/marker-beacon/inner");
fgUntie("/radios/marker-beacon/middle");
fgUntie("/radios/marker-beacon/outer");
}