don't reset the simulator when the aircraft hits the ground
This commit is contained in:
parent
7bd6854b9b
commit
92be46b73a
1 changed files with 6 additions and 3 deletions
|
@ -12,6 +12,12 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
|
|
||||||
<!-- General simulation preferences -->
|
<!-- General simulation preferences -->
|
||||||
<sim>
|
<sim>
|
||||||
|
<!-- show-aircraft option: show ALL aircraft regardless by default -->
|
||||||
|
<aircraft-min-status>all</aircraft-min-status>
|
||||||
|
|
||||||
|
<!-- don't reset the simulator when the aircraft hits the ground -->
|
||||||
|
<reset-on-crash type="bool">false</reset-on-crash>
|
||||||
|
|
||||||
<intl include="Translations/locale.xml"/>
|
<intl include="Translations/locale.xml"/>
|
||||||
<aircraft>c172p</aircraft>
|
<aircraft>c172p</aircraft>
|
||||||
<virtual-cockpit type="bool">false</virtual-cockpit>
|
<virtual-cockpit type="bool">false</virtual-cockpit>
|
||||||
|
@ -300,9 +306,6 @@ Started September 2000 by David Megginson, david@megginson.com
|
||||||
<!-- <scenario>aircraft_demo</scenario> -->
|
<!-- <scenario>aircraft_demo</scenario> -->
|
||||||
</ai>
|
</ai>
|
||||||
|
|
||||||
<!--to provide a default value that shows ALL aircraft regardless of development status-->
|
|
||||||
<aircraft-min-status>all</aircraft-min-status>
|
|
||||||
|
|
||||||
</sim>
|
</sim>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue