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>
|
||||
</engine>
|
||||
</engines>
|
||||
<lighting>
|
||||
<strobe type="bool">true</strobe>
|
||||
<beacon type="bool">true</beacon>
|
||||
<nav-lights type="bool">true</nav-lights>
|
||||
</lighting>
|
||||
</controls>
|
||||
|
||||
<autopilot>
|
||||
|
@ -172,19 +177,13 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|||
|
||||
<engines>
|
||||
<engine>
|
||||
<rpm type="double">0</rpm>
|
||||
<magnetos type="int">0</magnetos>
|
||||
<mixture type="double">0</mixture>
|
||||
<running type="bool">false</running>
|
||||
<rpm type="double">0</rpm>
|
||||
<magnetos type="int">0</magnetos>
|
||||
<mixture type="double">0</mixture>
|
||||
<running type="bool">false</running>
|
||||
</engine>
|
||||
</engines>
|
||||
|
||||
<lighting>
|
||||
<strobe type="bool">true</strobe>
|
||||
<beacon type="bool">true</beacon>
|
||||
<nav-lights type="bool">true</nav-lights>
|
||||
</lighting>
|
||||
|
||||
<nasal>
|
||||
|
||||
<c172p>
|
||||
|
|
Loading…
Reference in a new issue