Ignore:
Timestamp:
02/25/12 13:40:17 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The status icon and hiding/showing the window works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r27 r29  
    481481        This implementation checks the RPM values to be 0."""
    482482        for rpm in aircraftState.rpm:
    483             if rpm>0: return
    484         self._setStage(aircraftState, const.STAGE_END)
     483            if rpm>0: return False
     484        return True
    485485
    486486    def logFuel(self, aircraftState):
Note: See TracChangeset for help on using the changeset viewer.