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