Patch from Cameron Moore:
* Fixed uninitialized MaxAileron value (set to 0.5)
This commit is contained in:
parent
c814eb3a1e
commit
ec637e33d3
1 changed files with 3 additions and 0 deletions
|
@ -305,6 +305,9 @@ void FGAutopilot::init ()
|
|||
// 25% max control variablilty 0.5 / 2.0
|
||||
disengage_threshold = 1.0;
|
||||
|
||||
// set default aileron max deflection
|
||||
MaxAileron = 0.5;
|
||||
|
||||
#if !defined( USING_SLIDER_CLASS )
|
||||
MaxRollAdjust = 2 * MaxRoll;
|
||||
RollOutAdjust = 2 * RollOut;
|
||||
|
|
Loading…
Reference in a new issue