1
0
Fork 0

add 'condition' setter, analogous to 'mixture' etc.

This commit is contained in:
mfranz 2005-04-21 14:39:00 +00:00
parent da9b28ea6e
commit 7cecba5024

View file

@ -189,6 +189,8 @@ adjThrottle = func {
adjEngControl("throttle", arg[0]); }
adjMixture = func {
adjEngControl("mixture", arg[0]); }
adjCondition = func {
adjEngControl("condition", arg[0]); }
adjPropeller = func {
adjEngControl("propeller-pitch", arg[0]); }