Changeset 412:01b3f7c87ceb
- Timestamp:
- 01/02/13 12:19:55 (12 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/mlx/fsuipc.py
r408 r412 1564 1564 if capacity>=1.0: 1565 1565 amount = data[index] * capacity / 128.0 / 65536.0 1566 index += 21567 1566 1568 1567 result.append( (fuelTank, amount, capacity) if addCapacities 1569 1568 else (fuelTank, amount)) 1570 1569 totalFuel += amount 1570 index += 2 1571 1571 1572 1572 return (result, totalFuel)
Note:
See TracChangeset
for help on using the changeset viewer.