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>
|
</kr87>
|
||||||
</nasal>
|
</nasal>
|
||||||
<payload>
|
<payload>
|
||||||
<weight>
|
<weight>
|
||||||
<name type="string">Pilot</name>
|
<name type="string">Pilot</name>
|
||||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]"/>
|
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[0]"/>
|
||||||
<min-lb type="double">0.0</min-lb>
|
<min-lb type="double">0.0</min-lb>
|
||||||
<max-lb type="double">300.0</max-lb>
|
<max-lb type="double">300.0</max-lb>
|
||||||
</weight>
|
</weight>
|
||||||
<weight>
|
<weight>
|
||||||
<name type="string">Co-Pilot</name>
|
<name type="string">Co-Pilot</name>
|
||||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
|
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[1]"/>
|
||||||
<min-lb type="double">0.0</min-lb>
|
<min-lb type="double">0.0</min-lb>
|
||||||
<max-lb type="double">300.0</max-lb>
|
<max-lb type="double">300.0</max-lb>
|
||||||
</weight>
|
</weight>
|
||||||
<weight>
|
<weight>
|
||||||
<name type="string">Left Passenger</name>
|
<name type="string">Left Passenger</name>
|
||||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
|
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[2]"/>
|
||||||
<min-lb type="double">0.0</min-lb>
|
<min-lb type="double">0.0</min-lb>
|
||||||
<max-lb type="double">300.0</max-lb>
|
<max-lb type="double">300.0</max-lb>
|
||||||
</weight>
|
</weight>
|
||||||
<weight>
|
<weight>
|
||||||
<name type="string">Right Passenger</name>
|
<name type="string">Right Passenger</name>
|
||||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
|
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[3]"/>
|
||||||
<min-lb type="double">0.0</min-lb>
|
<min-lb type="double">0.0</min-lb>
|
||||||
<max-lb type="double">300.0</max-lb>
|
<max-lb type="double">300.0</max-lb>
|
||||||
</weight>
|
</weight>
|
||||||
<weight>
|
<weight>
|
||||||
<name type="string">Baggage</name>
|
<name type="string">Baggage</name>
|
||||||
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[4]"/>
|
<weight-lb alias="/fdm/jsbsim/inertia/pointmass-weight-lbs[4]"/>
|
||||||
<min-lb type="double">0.0</min-lb>
|
<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! -->
|
<max-lb type="double">150.0</max-lb> <!-- WARNING: Max baggage "by the book" is 120lbs or less! -->
|
||||||
</weight>
|
</weight>
|
||||||
</payload>
|
</payload>
|
||||||
|
|
||||||
<input>
|
<input>
|
||||||
<keyboard>
|
<keyboard>
|
||||||
|
|
Loading…
Reference in a new issue