fix for minor propeller modeling problem
This commit is contained in:
parent
c7a8eabeec
commit
c757477902
2 changed files with 12 additions and 10 deletions
|
@ -73,7 +73,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
|
|||
|
||||
<engines>
|
||||
<engine>
|
||||
<rpm>700</rpm>
|
||||
<rpm type="double">700</rpm>
|
||||
</engine>
|
||||
</engines>
|
||||
|
||||
|
|
|
@ -12,6 +12,15 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
|||
|
||||
<PropertyList>
|
||||
|
||||
<engines>
|
||||
<engine n="0">
|
||||
<rpm type="double">1000</rpm>
|
||||
</engine>
|
||||
<engine n="1">
|
||||
<rpm type="double">1000</rpm>
|
||||
</engine>
|
||||
</engines>
|
||||
|
||||
<sim>
|
||||
|
||||
<virtual-cockpit archive="y">true</virtual-cockpit>
|
||||
|
@ -99,15 +108,6 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
|||
<magnetos n="0">3</magnetos>
|
||||
<magnetos n="1">3</magnetos>
|
||||
</controls>
|
||||
|
||||
<engines>
|
||||
<engine n="0">
|
||||
<rpm>1000</rpm>
|
||||
</engine>
|
||||
<engine n="1">
|
||||
<rpm>1000</rpm>
|
||||
</engine>
|
||||
</engines>
|
||||
|
||||
</PropertyList>
|
||||
|
||||
|
@ -122,3 +122,5 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue