1
0
Fork 0

Changed animaton to use autopilot passive-mode

This commit is contained in:
sydadams 2006-10-27 00:56:30 +00:00
parent 115b4a04ea
commit bfe3053f62

View file

@ -9,20 +9,9 @@
<object-name>AP-on</object-name>
<object-name>YD-on</object-name>
<condition>
<or>
<not-equals>
<property>/autopilot/locks/heading</property>
<value></value>
</not-equals>
<not-equals>
<property>/autopilot/locks/altitude</property>
<value></value>
</not-equals>
<not-equals>
<property>/autopilot/locks/speed</property>
<value></value>
</not-equals>
</or>
<not>
<property>/autopilot/locks/passive-mode</property>
</not>
</condition>
</animation>