Changeset 200:9d2a0b8ae6b8


Ignore:
Timestamp:
05/27/12 18:23:02 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Fixed the check for the touchdown rate that can be applauded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/soundsched.py

    r191 r200  
    169169
    170170        if state.timestamp>=(self._touchdownTime + 2) and \
    171            flight.tdRate<150:
     171           flight.tdRate>=150 and flight.tdRate<0:
    172172            self._played = True
    173173            return True
Note: See TracChangeset for help on using the changeset viewer.