1
0
Fork 0

fix for minor propeller modeling problem

This commit is contained in:
jimw 2002-04-24 17:31:44 +00:00
parent c7a8eabeec
commit c757477902
2 changed files with 12 additions and 10 deletions

View file

@ -73,7 +73,7 @@ October 23 2001 John Check, fgpanels@rockfish.net
<engines> <engines>
<engine> <engine>
<rpm>700</rpm> <rpm type="double">700</rpm>
</engine> </engine>
</engines> </engines>

View file

@ -12,6 +12,15 @@ March 2002 Jim Wilson, jimw@kelcomaine.com
<PropertyList> <PropertyList>
<engines>
<engine n="0">
<rpm type="double">1000</rpm>
</engine>
<engine n="1">
<rpm type="double">1000</rpm>
</engine>
</engines>
<sim> <sim>
<virtual-cockpit archive="y">true</virtual-cockpit> <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="0">3</magnetos>
<magnetos n="1">3</magnetos> <magnetos n="1">3</magnetos>
</controls> </controls>
<engines>
<engine n="0">
<rpm>1000</rpm>
</engine>
<engine n="1">
<rpm>1000</rpm>
</engine>
</engines>
</PropertyList> </PropertyList>
@ -122,3 +122,5 @@ March 2002 Jim Wilson, jimw@kelcomaine.com