Cleanup: replace some non-printable junk characters with spaces
This commit is contained in:
parent
6b2e55467e
commit
b8da4fddd5
1 changed files with 31 additions and 31 deletions
|
@ -196,37 +196,37 @@ Started October 23 2001 by John Check, fgpanels@rockfish.net
|
|||
</kr87>
|
||||
</nasal>
|
||||
<payload>
|
||||
<weight>
|
||||
<name type="string">Pilot</name>
|
||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]"/>
|
||||
<min-lb type="double">0.0</min-lb>
|
||||
<max-lb type="double">300.0</max-lb>
|
||||
</weight>
|
||||
<weight>
|
||||
<name type="string">Co-Pilot</name>
|
||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
|
||||
<min-lb type="double">0.0</min-lb>
|
||||
<max-lb type="double">300.0</max-lb>
|
||||
</weight>
|
||||
<weight>
|
||||
<name type="string">Left Passenger</name>
|
||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
|
||||
<min-lb type="double">0.0</min-lb>
|
||||
<max-lb type="double">300.0</max-lb>
|
||||
</weight>
|
||||
<weight>
|
||||
<name type="string">Right Passenger</name>
|
||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
|
||||
<min-lb type="double">0.0</min-lb>
|
||||
<max-lb type="double">300.0</max-lb>
|
||||
</weight>
|
||||
<weight>
|
||||
<name type="string">Baggage</name>
|
||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[4]"/>
|
||||
<min-lb type="double">0.0</min-lb>
|
||||
<max-lb type="double">150.0</max-lb> <!-- WARNING: Max baggage "by the book" is 120lbs or less! -->
|
||||
</weight>
|
||||
</payload>
|
||||
<weight>
|
||||
<name type="string">Pilot</name>
|
||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]"/>
|
||||
<min-lb type="double">0.0</min-lb>
|
||||
<max-lb type="double">300.0</max-lb>
|
||||
</weight>
|
||||
<weight>
|
||||
<name type="string">Co-Pilot</name>
|
||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
|
||||
<min-lb type="double">0.0</min-lb>
|
||||
<max-lb type="double">300.0</max-lb>
|
||||
</weight>
|
||||
<weight>
|
||||
<name type="string">Left Passenger</name>
|
||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
|
||||
<min-lb type="double">0.0</min-lb>
|
||||
<max-lb type="double">300.0</max-lb>
|
||||
</weight>
|
||||
<weight>
|
||||
<name type="string">Right Passenger</name>
|
||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
|
||||
<min-lb type="double">0.0</min-lb>
|
||||
<max-lb type="double">300.0</max-lb>
|
||||
</weight>
|
||||
<weight>
|
||||
<name type="string">Baggage</name>
|
||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[4]"/>
|
||||
<min-lb type="double">0.0</min-lb>
|
||||
<max-lb type="double">150.0</max-lb> <!-- WARNING: Max baggage "by the book" is 120lbs or less! -->
|
||||
</weight>
|
||||
</payload>
|
||||
|
||||
<input>
|
||||
<keyboard>
|
||||
|
|
Loading…
Reference in a new issue