Warninglight: bug fix
This commit is contained in:
parent
bac1ca449b
commit
cce905626b
|
@ -17,9 +17,9 @@
|
|||
<object-name>warninglight</object-name>
|
||||
<condition>
|
||||
<and>
|
||||
<property>/sim/model/lights/warning/state</property>
|
||||
<property>sim/model/lights/warning/state</property>
|
||||
<equals>
|
||||
<property>warninglight/start</property>
|
||||
<property>sim/multiplay/generic/int[16]</property>
|
||||
<value>1</value>
|
||||
</equals>
|
||||
</and>
|
||||
|
@ -63,4 +63,3 @@
|
|||
</animation>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
|
|
@ -508,6 +508,7 @@
|
|||
<int n="13" alias="/interior/enable_mug"/>
|
||||
<int n="14" alias="/systems/instruments/enable_cdu"/>
|
||||
<int n="15" alias="/systems/instruments/enable_switches"/>
|
||||
<int n="16" alias="/warninglight/start"/>
|
||||
|
||||
<float n="0" alias="/controls/doors/rearright/position-norm"/>
|
||||
<float n="1" alias="/controls/doors/rearleft/position-norm"/>
|
||||
|
|
Loading…
Reference in New Issue