1
0
Fork 0

Make sure we zero out some of the other important properties which we don't

want to have values if we are starting on the ground.
This commit is contained in:
curt 2003-12-07 06:13:17 +00:00
parent 9f82101c7c
commit 37aaa25ed7

View file

@ -53,6 +53,31 @@
<property>/sim/presets/altitude-ft</property>
<value type="double">-9999</value>
</binding>
<binding>
<command>property-assign</command>
<property>/sim/presets/airspeed-kt</property>
<value type="double">0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/sim/presets/offset-distance</property>
<value type="double">0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/sim/presets/offset-azimuth</property>
<value type="double">0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/sim/presets/glideslope-deg</property>
<value type="double">0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/sim/presets/heading-deg</property>
<value type="double">0</value>
</binding>
<binding>
<command>dialog-apply</command>
</binding>
@ -84,6 +109,31 @@
<property>/sim/presets/altitude-ft</property>
<value type="double">-9999</value>
</binding>
<binding>
<command>property-assign</command>
<property>/sim/presets/airspeed-kt</property>
<value type="double">0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/sim/presets/offset-distance</property>
<value type="double">0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/sim/presets/offset-azimuth</property>
<value type="double">0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/sim/presets/glideslope-deg</property>
<value type="double">0</value>
</binding>
<binding>
<command>property-assign</command>
<property>/sim/presets/heading-deg</property>
<value type="double">0</value>
</binding>
<binding>
<command>dialog-apply</command>
</binding>