]> git.mxchange.org Git - flightgear.git/commitdiff
Fixed a typo, tank2 -> tank[1]
authorcurt <curt>
Mon, 9 Jul 2001 15:50:36 +0000 (15:50 +0000)
committercurt <curt>
Mon, 9 Jul 2001 15:50:36 +0000 (15:50 +0000)
src/Main/fg_props.cxx

index 32b3f624af0d7edc29a5c61123894a2d4f6181f6..6b1fdfd45e0d1e4fe94f4dc62c60b06eb555a4f8 100644 (file)
@@ -884,7 +884,7 @@ fgInitProps ()
 
   //consumables
   fgTie("/consumables/fuel/tank[0]/level-gal_us", getTank1Fuel, setTank1Fuel, false);
-  fgTie("/consumables/fuel/tank2/level-gal_us", getTank2Fuel, setTank2Fuel, false);
+  fgTie("/consumables/fuel/tank[1]/level-gal_us", getTank2Fuel, setTank2Fuel, false);
 
                                // Autopilot
   fgTie("/autopilot/locks/altitude", getAPAltitudeLock, setAPAltitudeLock);