From acf65e6ff451d1cdc739f1f8ca4321a2d3b89daf Mon Sep 17 00:00:00 2001 From: ehofman Date: Tue, 1 Apr 2003 16:56:13 +0000 Subject: [PATCH] Fix another controls overhaul problem --- src/Network/atc610x.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Network/atc610x.cxx b/src/Network/atc610x.cxx index c32567079..4c56b590b 100644 --- a/src/Network/atc610x.cxx +++ b/src/Network/atc610x.cxx @@ -1832,8 +1832,8 @@ bool FGATC610x::do_switches() { fuel2 = fuel1; fuel1 = fuel; if ( fuel1 == fuel2 && fuel2 == fuel3 ) { - fgSetBool( "/controls/fuel-selector[0]", (fuel & 0x01) > 0 ); - fgSetBool( "/controls/fuel-selector[1]", (fuel & 0x02) > 0 ); + fgSetBool( "/controls/fuel/tank[0]/fuel-selector", (fuel & 0x01) > 0 ); + fgSetBool( "/controls/fuel/tabk[1]/fuel-selector", (fuel & 0x02) > 0 ); } // circuit breakers -- 2.39.5