Changeset 229:cde519eda294


Ignore:
Timestamp:
06/06/12 17:20:23 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Fixed the check for the applause after touchdown

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/soundsched.py

    r208 r229  
    169169
    170170        if state.timestamp>=(self._touchdownTime + 2) and \
    171            flight.tdRate>=150 and flight.tdRate<0:
     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.