A3XX: Temporarily disable managed CLB or DES

This commit is contained in:
Joshua Davidson 2017-07-14 16:08:25 -04:00
parent 8652044b12
commit e0dc75a8c3
3 changed files with 7 additions and 3 deletions

View file

@ -816,7 +816,7 @@
<animation>
<type>pick</type>
<object-name>alt-sel</object-name>
<action>
<!--action>
<button>0</button>
<repeatable>false</repeatable>
<binding>
@ -828,8 +828,9 @@
<command>nasal</command>
<script>setprop("/sim/sounde/btn1", 1);</script>
</binding>
</action>
</action-->
<action>
<button>0</button>
<button>1</button>
<repeatable>false</repeatable>
<binding>

View file

@ -561,7 +561,7 @@ setlistener("/it-autoflight/mode/lat", func {
var toga_reduc = func {
if (getprop("/position/gear-agl-ft") >= getprop("/it-autoflight/settings/reduc-agl-ft")) {
setprop("/it-autoflight/input/vert", 8);
setprop("/it-autoflight/input/vert", 4);
}
}

View file

@ -781,6 +781,9 @@
<button>
<legend>ALT Push</legend>
<pref-width>75</pref-width>
<enable>
<property>/systems/unused/unused-button</property>
</enable>
<binding>
<command>property-assign</command>
<property>/it-autoflight/input/vert</property>