From d150450b06e33266e568066900af27d4ef336134 Mon Sep 17 00:00:00 2001 From: curt Date: Fri, 27 Sep 2002 02:33:32 +0000 Subject: [PATCH] Mixture is on channel 6. --- src/Network/atc610x.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Network/atc610x.cxx b/src/Network/atc610x.cxx index fd32059bd..2a618c011 100644 --- a/src/Network/atc610x.cxx +++ b/src/Network/atc610x.cxx @@ -583,7 +583,7 @@ bool FGATC610x::do_analog_in() { // mixture tmp = scale( mixture_min->getIntValue(), mixture_max->getIntValue(), - analog_in_data[7] ); + analog_in_data[6] ); fgSetFloat( "/controls/mixture[0]", tmp ); fgSetFloat( "/controls/mixture[1]", tmp ); -- 2.39.5