Reduce elevator effectiveness by a factor of 2.
This commit is contained in:
parent
ae39199811
commit
e99f0eb58a
1 changed files with 1 additions and 1 deletions
|
@ -711,7 +711,7 @@ bool FGATC610x::do_analog_in() {
|
|||
// elevator
|
||||
tmp = -scale( elevator_center->getIntValue(), elevator_min->getIntValue(),
|
||||
elevator_max->getIntValue(), analog_in_data[5] );
|
||||
fgSetFloat( "/controls/flight/elevator", tmp );
|
||||
fgSetFloat( "/controls/flight/elevator", tmp * 0.5 );
|
||||
// cout << "trim = " << analog_in_data[4] << " = " << tmp;
|
||||
|
||||
// elevator trim
|
||||
|
|
Loading…
Add table
Reference in a new issue