1
0
Fork 0

don't overwrite rudder position with nose wheel position

This commit is contained in:
mfranz 2007-11-07 17:41:31 +00:00
parent 2d23ccd650
commit e69b633060

View file

@ -214,7 +214,7 @@ void FGProps2NetFDM( FGNetFDM *net, bool net_byte_order ) {
net->left_aileron = node->getDoubleValue( "left-aileron-pos-norm" );
net->right_aileron = node->getDoubleValue( "right-aileron-pos-norm" );
net->rudder = node->getDoubleValue( "rudder-pos-norm" );
net->rudder = node->getDoubleValue( "nose-wheel-pos-norm" );
net->nose_wheel = node->getDoubleValue( "nose-wheel-pos-norm" );
net->speedbrake = node->getDoubleValue( "speedbrake-pos-norm" );
net->spoilers = node->getDoubleValue( "spoilers-pos-norm" );