1
0
Fork 0

Fixed a typo, tank2 -> tank[1]

This commit is contained in:
curt 2001-07-09 15:50:36 +00:00
parent df793e6763
commit 589eb42699

View 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);