From 485f799322910f9cca06b964adbbe7c6edbaa225 Mon Sep 17 00:00:00 2001 From: curt Date: Thu, 24 Apr 2003 00:55:36 +0000 Subject: [PATCH] Fixed a property name typo which caused the right tank to never supply fuel. --- 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 89b85c519..d4450a9ba 100644 --- a/src/Network/atc610x.cxx +++ b/src/Network/atc610x.cxx @@ -1840,7 +1840,7 @@ bool FGATC610x::do_switches() { fuel1 = fuel; if ( fuel1 == fuel2 && fuel2 == fuel3 ) { fgSetBool( "/controls/fuel/tank[0]/fuel-selector", (fuel & 0x01) > 0 ); - fgSetBool( "/controls/fuel/tabk[1]/fuel-selector", (fuel & 0x02) > 0 ); + fgSetBool( "/controls/fuel/tank[1]/fuel-selector", (fuel & 0x02) > 0 ); } // circuit breakers -- 2.39.5