Fix from c172-detailed team to fix airspeed ind.
Brings up to date with 1013c4e5efaa38c595463c03db3065104ec26211
This commit is contained in:
parent
8283c215c8
commit
2c307c72e2
1 changed files with 1 additions and 2 deletions
|
@ -250,7 +250,6 @@ http://forum.flightgear.org/viewtopic.php?f=4&t=25157
|
|||
<path>/sim/model/c172p/brake-parking</path>
|
||||
<path>/sim/model/c172p/enable-fog-frost</path>
|
||||
<path>/sim/model/c172p/garmin196-visible</path>
|
||||
<path>/instrumentation/airspeed-indicator/serviceable</path>
|
||||
<path>/engines/active-engine/oil_consumption_allowed</path>
|
||||
<path>/engines/active-engine/oil-level</path>
|
||||
<path>/fdm/jsbsim/settings/damage</path>
|
||||
|
@ -596,7 +595,7 @@ http://forum.flightgear.org/viewtopic.php?f=4&t=25157
|
|||
<pitch-offset-deg type="double">-2.7</pitch-offset-deg>
|
||||
</magnetic-compass>
|
||||
<airspeed-indicator>
|
||||
<serviceable type="bool">false</serviceable> <!-- since pitot tube is on for the first time one runs this plane -->
|
||||
<serviceable type="bool">true</serviceable>
|
||||
</airspeed-indicator>
|
||||
<save-switches-state type="bool">false</save-switches-state>
|
||||
</instrumentation>
|
||||
|
|
Loading…
Add table
Reference in a new issue