1
0
Fork 0

Switch off repeatable flap changes - not applicable to most aircraft.

This commit is contained in:
Stuart Buchanan 2010-12-16 22:05:57 +00:00
parent 99cf4568af
commit 9fd82c3068

View file

@ -152,7 +152,7 @@
<button n="4">
<desc>Flaps Up</desc>
<repeatable>true</repeatable>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>controls.flapsDown(-1)</script>
@ -167,7 +167,7 @@
<button n="6">
<desc>Flaps Down</desc>
<repeatable>true</repeatable>
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>controls.flapsDown(1)</script>