1
0
Fork 0

Bugfix to braking sound by inuyaksa

This commit is contained in:
legoboyvdlp R 2021-01-20 10:29:23 +00:00
parent 366c8e4d4c
commit 1c4b046875

View file

@ -2137,37 +2137,25 @@
<condition>
<and>
<or>
<and>
<and>
<greater-than>
<property>/fdm/jsbsim/fcs/left-brake-cmd-norm</property>
<value>0.95</value>
</greater-than>
<or>
<equals>
<property>/gear/gear[0]/wow</property>
<value>1</value>
</equals>
<equals>
<property>/gear/gear[1]/wow</property>
<value>1</value>
</equals>
</or>
<equals>
<property>/gear/gear[1]/wow</property>
<value>1</value>
</equals>
</and>
<and>
<greater-than>
<property>/fdm/jsbsim/fcs/right-brake-cmd-norm</property>
<value>0.95</value>
</greater-than>
<or>
<equals>
<property>/gear/gear[0]/wow</property>
<value>1</value>
</equals>
<equals>
<property>/gear/gear[2]/wow</property>
<value>1</value>
</equals>
</or>
<equals>
<property>/gear/gear[2]/wow</property>
<value>1</value>
</equals>
</and>
</or>
<greater-than>