Plane: fixed issue with preflight flaps. Flaps now go down in preflight mode

This commit is contained in:
Samuel Rosenstein 2016-04-29 13:35:24 -04:00 committed by Tom Pittenger
parent 41c9cace68
commit 296b279f0d
1 changed files with 3 additions and 0 deletions

View File

@ -1078,6 +1078,9 @@ void Plane::set_servos(void)
}
break;
default:
if (in_preLaunch_flight_stage()) {
auto_flap_percent = g.takeoff_flap_percent;
}
break;
}
}