Plane: return false when throttle is not suppressed

This commit is contained in:
William Liu 2016-10-17 09:49:55 +11:00 committed by Andrew Tridgell
parent 38581669ec
commit 8a64106faa

View File

@ -148,6 +148,7 @@ bool Plane::suppress_throttle(void)
if (quadplane.is_flying()) {
throttle_suppressed = false;
return false;
}
// throttle remains suppressed