Merge branch 'sounds' of https://github.com/Octal450/IDG-A32X into sounds

This commit is contained in:
legoboyvdlp R 2019-06-10 11:17:42 +01:00
commit 44ba703139
2 changed files with 3 additions and 3 deletions

View file

@ -4082,7 +4082,7 @@
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>libraries.APPanel.ALTPull();</script>
<script>libraries.APPanel.ALTPush();</script>
</binding>
<binding>
<command>nasal</command>
@ -4094,7 +4094,7 @@
<repeatable>false</repeatable>
<binding>
<command>nasal</command>
<script>libraries.APPanel.ALTPush();</script>
<script>libraries.APPanel.ALTPull();</script>
</binding>
<binding>
<command>nasal</command>

View file

@ -1 +1 @@
4794
4795