Bugfix to braking sound by inuyaksa
This commit is contained in:
parent
366c8e4d4c
commit
1c4b046875
1 changed files with 9 additions and 21 deletions
|
@ -2142,32 +2142,20 @@
|
|||
<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>
|
||||
</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>
|
||||
</and>
|
||||
</or>
|
||||
<greater-than>
|
||||
|
|
Loading…
Reference in a new issue