This commit is contained in:
Jonathan Redpath 2017-06-23 14:40:35 +01:00
parent 2e6a951ca1
commit f4aa66eb38

View file

@ -32,7 +32,6 @@
<animation> <animation>
<type>select</type> <type>select</type>
<object-name>sidestick-max</object-name>
<object-name>sidestick-pos</object-name> <object-name>sidestick-pos</object-name>
<condition> <condition>
<or> <or>
@ -53,6 +52,28 @@
</condition> </condition>
</animation> </animation>
<animation>
<type>select</type>
<object-name>sidestick-max</object-name>
<condition>
<or>
<equals><property>/engines/engine[0]/state</property><value>3</value></equals>
<equals><property>/engines/engine[1]/state</property><value>3</value></equals>
<and>
<property>/options/pfd/sidestick-pos</property>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>0</value>
</equals>
<equals>
<property>/it-autoflight/output/ap1</property>
<value>0</value>
</equals>
</and>
</or>
</condition>
</animation>
<animation> <animation>
<object-name>spdtrnd-up</object-name> <object-name>spdtrnd-up</object-name>
<property>instrumentation/pfd/speed-trend-up</property> <property>instrumentation/pfd/speed-trend-up</property>