1
0
Fork 0

Small time fixes.

This commit is contained in:
ehofman 2005-02-06 08:55:59 +00:00
parent 0c582b5ec4
commit 91cbe910a7
2 changed files with 5 additions and 7 deletions

View file

@ -152,11 +152,9 @@ $Id$
<button n="3">
<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>
@ -164,9 +162,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>

View file

@ -27,6 +27,7 @@ $Id$
<PropertyList>
<name>Logitech Inc. WingMan Force 3D</name>
<name>Logitech Inc. WingMan Force 3d</name>
<axis n="0">
<desc>Aileron</desc>