Oops, fixed a typo.
This commit is contained in:
parent
6d3204eedd
commit
eab0479417
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ FGControls::bind ()
|
||||||
}
|
}
|
||||||
fgTie("/controls/fuel-selector", this,
|
fgTie("/controls/fuel-selector", this,
|
||||||
&FGControls::get_fuel_selector, &FGControls::set_fuel_selector);
|
&FGControls::get_fuel_selector, &FGControls::set_fuel_selector);
|
||||||
fgSetArchivable("/controls/gear-down");
|
fgSetArchivable("/controls/fuel-selector");
|
||||||
fgTie("/controls/gear-down", this,
|
fgTie("/controls/gear-down", this,
|
||||||
&FGControls::get_gear_down, &FGControls::set_gear_down);
|
&FGControls::get_gear_down, &FGControls::set_gear_down);
|
||||||
fgSetArchivable("/controls/gear-down");
|
fgSetArchivable("/controls/gear-down");
|
||||||
|
|
Loading…
Reference in a new issue