Fix bug in lighting controls. Thanks to Tommy KARLSTEDT for the bug report.
This commit is contained in:
parent
4df011cd63
commit
a37381b547
1 changed files with 9 additions and 10 deletions
|
@ -135,6 +135,11 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
|
||||||
<magnetos>3</magnetos>
|
<magnetos>3</magnetos>
|
||||||
</engine>
|
</engine>
|
||||||
</engines>
|
</engines>
|
||||||
|
<lighting>
|
||||||
|
<strobe type="bool">true</strobe>
|
||||||
|
<beacon type="bool">true</beacon>
|
||||||
|
<nav-lights type="bool">true</nav-lights>
|
||||||
|
</lighting>
|
||||||
</controls>
|
</controls>
|
||||||
|
|
||||||
<autopilot>
|
<autopilot>
|
||||||
|
@ -172,19 +177,13 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
|
||||||
|
|
||||||
<engines>
|
<engines>
|
||||||
<engine>
|
<engine>
|
||||||
<rpm type="double">0</rpm>
|
<rpm type="double">0</rpm>
|
||||||
<magnetos type="int">0</magnetos>
|
<magnetos type="int">0</magnetos>
|
||||||
<mixture type="double">0</mixture>
|
<mixture type="double">0</mixture>
|
||||||
<running type="bool">false</running>
|
<running type="bool">false</running>
|
||||||
</engine>
|
</engine>
|
||||||
</engines>
|
</engines>
|
||||||
|
|
||||||
<lighting>
|
|
||||||
<strobe type="bool">true</strobe>
|
|
||||||
<beacon type="bool">true</beacon>
|
|
||||||
<nav-lights type="bool">true</nav-lights>
|
|
||||||
</lighting>
|
|
||||||
|
|
||||||
<nasal>
|
<nasal>
|
||||||
|
|
||||||
<c172p>
|
<c172p>
|
||||||
|
|
Loading…
Reference in a new issue