1
0
Fork 0

Fix enabling tiedowns by adding back accidentally removed <not>'s

Merge commit fbac693698bb3f6e5e6906d97b64d0724ead4393
from c172p-detailed.
This commit is contained in:
Stuart Buchanan 2016-11-16 19:55:40 +00:00
parent b9f57f8823
commit cb2cc4d998

View file

@ -7523,7 +7523,9 @@
<condition>
<property>/sim/model/c172p/securing/tiedownL-addable</property>
<or>
<property>/sim/current-view/internal</property>
<not>
<property>/sim/current-view/internal</property>
</not>
<property>/nasal/tutorial/loaded</property>
</or>
</condition>
@ -7633,7 +7635,9 @@
<condition>
<property>/sim/model/c172p/securing/tiedownR-addable</property>
<or>
<property>/sim/current-view/internal</property>
<not>
<property>/sim/current-view/internal</property>
</not>
<property>/nasal/tutorial/loaded</property>
</or>
</condition>
@ -7743,7 +7747,9 @@
<condition>
<property>/sim/model/c172p/securing/tiedownT-addable</property>
<or>
<property>/sim/current-view/internal</property>
<not>
<property>/sim/current-view/internal</property>
</not>
<property>/nasal/tutorial/loaded</property>
</or>
</condition>