1
0
Fork 0

fix <condition> that wasn't fully converted to the new system

This commit is contained in:
mfranz 2007-03-26 16:40:17 +00:00
parent bcb244be92
commit 39126a911c

View file

@ -918,8 +918,10 @@ Both KSFO (San Francisco International) and KHAF (Half Moon Bay) are within glid
<message>Engine failure is currently simulated by switching off the magnetos.
Please switch them off again to continue the tutorial.</message>
<condition>
<property>/controls/engines/engine/magnetos</property>
<greater-than><value>0</value></greater-than>
<greater-than>
<property>/controls/engines/engine/magnetos</property>
<value>0</value>
</greater-than>
</condition>
</error>
</step>