1
0
Fork 0

set the stall horn and kap140 type to 'avionics' and remove the internal condition

This commit is contained in:
ehofman 2009-11-09 10:30:52 +00:00
parent f1843a5349
commit 4751a0a7cf

View file

@ -249,10 +249,10 @@
<stall> <stall>
<name>stall</name> <name>stall</name>
<mode>looped</mode> <mode>looped</mode>
<type>avionics</type>
<path>Sounds/stall.wav</path> <path>Sounds/stall.wav</path>
<condition> <condition>
<and> <and>
<property>sim/current-view/internal</property>
<property>sim/alarms/stall-warning</property> <property>sim/alarms/stall-warning</property>
<greater-than> <greater-than>
<property>velocities/airspeed-kt</property> <property>velocities/airspeed-kt</property>
@ -282,13 +282,11 @@
<kap140beep> <kap140beep>
<name>KAP140Beep</name> <name>KAP140Beep</name>
<type>avionics</type>
<mode>looped</mode> <mode>looped</mode>
<path>Sounds/stall.wav</path> <path>Sounds/stall.wav</path>
<condition> <condition>
<and> <property>autopilot/KAP140/annunciators/beep/state</property>
<property>sim/current-view/internal</property>
<property>autopilot/KAP140/annunciators/beep/state</property>
</and>
</condition> </condition>
</kap140beep> </kap140beep>