Ignore:
Timestamp:
07/05/12 17:51:58 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Reworked fuel handling so that the model can tell what tanks there are

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/monitor.py

    r263 r274  
    281281
    282282            fuelStr = ""
    283             for fuel in aircraftState.fuel:
     283            for (_tank, fuel) in aircraftState.fuel:
    284284                if fuelStr: fuelStr += ", "
    285285                fuelStr += "%.0f" % (fuel,)               
Note: See TracChangeset for help on using the changeset viewer.