A32X: Sound fix

This commit is contained in:
Joshua Davidson 2017-09-20 15:25:15 -04:00
parent d88bc20727
commit 1d36549de5
2 changed files with 9 additions and 1 deletions

View file

@ -3588,6 +3588,10 @@
<value>1</value>
<value>2</value>
</binding>
<binding>
<command>nasal</command>
<script>setprop("/sim/sounde/knb1", 1);</script>
</binding>
</action>
<action>
<button>1</button>
@ -3600,6 +3604,10 @@
<value>1</value>
<value>0</value>
</binding>
<binding>
<command>nasal</command>
<script>setprop("/sim/sounde/knb1", 1);</script>
</binding>
</action>
</animation>
<animation>

View file

@ -1 +1 @@
1512
1513