Update jsb aircraft to use the changed tank/level-lbs property
This commit is contained in:
parent
1d783e03bb
commit
22b9c908a9
3 changed files with 2 additions and 3 deletions
|
@ -50,7 +50,6 @@ Fuel
|
|||
/controls/fuel/tank[%d]/to_tank
|
||||
/controls/fuel/tank[%d]/boost-pump[%d]
|
||||
|
||||
/consumables/fuel/tank[%d]/level-lb
|
||||
/consumables/fuel/tank[%d]/level-lbs
|
||||
/consumables/fuel/tank[%d]/level-gal_us
|
||||
/consumables/fuel/tank[%d]/capacity-gal_us
|
||||
|
|
|
@ -705,7 +705,7 @@ var showWeightDialog = func {
|
|||
var fdmdata = {
|
||||
grosswgt : "/fdm/jsbsim/inertia/weight-lbs",
|
||||
payload : "/payload",
|
||||
level : "level-lb",
|
||||
level : "level-lbs",
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
@ -536,7 +536,7 @@ Started September 2000 by David Megginson, david@megginson.com
|
|||
</ai-traffic>
|
||||
|
||||
<traffic-manager>
|
||||
<enabled type="bool">true</enabled>
|
||||
<enabled type="bool">false</enabled>
|
||||
<instantaneous-action type="bool">false</instantaneous-action>
|
||||
<use-custom-scenery-data type="bool">false</use-custom-scenery-data>
|
||||
<proportion>1.0</proportion>
|
||||
|
|
Loading…
Reference in a new issue