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>
|
||||
|
@ -179,12 +184,6 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|||
</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