1
0
Fork 0

fix gear handling

This commit is contained in:
mfranz 2007-01-15 22:25:17 +00:00
parent e401306d6d
commit 0d672a084b

View file

@ -220,6 +220,12 @@ $Id$
<command>nasal</command> <command>nasal</command>
<script>controls.gearDown(1)</script> <script>controls.gearDown(1)</script>
</binding> </binding>
<mod-up>
<binding>
<command>nasal</command>
<script>controls.gearDown(0)</script>
</binding>
</mod-up>
</button> </button>
<!-- Gear up on button T1 --> <!-- Gear up on button T1 -->
@ -230,6 +236,12 @@ $Id$
<command>nasal</command> <command>nasal</command>
<script>controls.gearDown(-1)</script> <script>controls.gearDown(-1)</script>
</binding> </binding>
<mod-up>
<binding>
<command>nasal</command>
<script>controls.gearDown(0)</script>
</binding>
</mod-up>
</button> </button>
<!-- mode switch (buttons 23-25) --> <!-- mode switch (buttons 23-25) -->