1
0
Fork 0

Use the nasal flap selection mechanism

This commit is contained in:
ehofman 2004-03-18 14:50:04 +00:00
parent c425703651
commit e91fbf2beb

View file

@ -196,9 +196,8 @@ $Id$
<desc>Flaps down</desc>
<repeatable>false</repeatable>
<binding>
<command>property-adjust</command>
<property>/controls/flight/flaps</property>
<step type="double">-0.34</step>
<command>nasal</command>
<script>controls.stepFlaps(-1)</script>
</binding>
</button>
@ -206,9 +205,8 @@ $Id$
<desc>Flaps up</desc>
<repeatable>false</repeatable>
<binding>
<command>property-adjust</command>
<property>/controls/flight/flaps</property>
<step type="double">0.34</step>
<command>nasal</command>
<script>controls.stepFlaps(1)</script>
</binding>
</button>