1
0
Fork 0

Added initial levels for each fuel tank (not full capacity).

This commit is contained in:
david 2002-01-19 17:18:19 +00:00
parent 4b07041d15
commit f2728ece69
2 changed files with 12 additions and 4 deletions

View file

@ -34,8 +34,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
<consumables>
<fuel>
<tank n="0">28</tank>
<tank n="1">28</tank>
<tank n="0">
<level-gal_us>20</level-gal_us>
</tank>
<tank n="1">
<level-gal_us>20</level-gal_us>
</tank>
</fuel>
</consumables>

View file

@ -34,8 +34,12 @@ October 23 2001 John Check, fgpanels@rockfish.net
<consumables>
<fuel>
<tank n="0">28</tank>
<tank n="1">28</tank>
<tank n="0">
<level-gal_us>40</level-gal_us>
</tank>
<tank n="1">
<level-gal_us>40</level-gal_us>
</tank>
</fuel>
</consumables>