Sim: Fix f***ed up seatbelt switch
This commit is contained in:
parent
6a62730ab4
commit
1078feba46
2 changed files with 9 additions and 9 deletions
|
@ -5634,11 +5634,11 @@
|
|||
<button>3</button>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<command>property-cycle</command>
|
||||
<property>controls/switches/seatbelt-sign</property>
|
||||
<step>1</step>
|
||||
<min>0</min>
|
||||
<max>1</max>
|
||||
<value>0.0</value>
|
||||
<!--value>0.5</value-->
|
||||
<value>1.0</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
|
@ -5650,11 +5650,11 @@
|
|||
<button>4</button>
|
||||
<repeatable>false</repeatable>
|
||||
<binding>
|
||||
<command>property-adjust</command>
|
||||
<command>property-cycle</command>
|
||||
<property>controls/switches/seatbelt-sign</property>
|
||||
<step>-1</step>
|
||||
<min>0</min>
|
||||
<max>1</max>
|
||||
<value>1.0</value>
|
||||
<!--value>0.5</value-->
|
||||
<value>0.0</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>nasal</command>
|
||||
|
|
|
@ -1 +1 @@
|
|||
4707
|
||||
4708
|
Reference in a new issue