1
0
Fork 0

Fix bug in lighting controls. Thanks to Tommy KARLSTEDT for the bug report.

This commit is contained in:
Stuart Buchanan 2012-06-11 21:50:54 +01:00
parent 4df011cd63
commit a37381b547

View file

@ -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>