remove garbage from button definition
This commit is contained in:
parent
2e9c693e67
commit
7a33a523b8
1 changed files with 0 additions and 11 deletions
|
@ -58,16 +58,5 @@
|
|||
<script>controls.applyBrakes(0)</script>
|
||||
</binding>
|
||||
</mod-up>
|
||||
<desc>Flaps Down</desc>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>controls.flapsDown(-1)</script>
|
||||
</binding>
|
||||
<desc>Gear down.</desc>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
<script>controls.gearDown(1)</script>
|
||||
</binding>
|
||||
</button>
|
||||
</PropertyList>
|
||||
|
|
Loading…
Reference in a new issue