Ignore:
Timestamp:
07/03/12 17:30:04 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added the playback of approach callouts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/acft.py

    r271 r273  
    122122       
    123123        self._checkers.append(checks.ReverserChecker())
     124
     125        if flight.aircraftType is not None and config.enableApproachCallouts:
     126            approachCallouts = flight.config.getApproachCallouts(flight.aircraftType)
     127            if approachCallouts:
     128                self._checkers.append(checks.ApproachCalloutsPlayer(approachCallouts))
    124129
    125130        self._smoothedIAS = SmoothedValue()
Note: See TracChangeset for help on using the changeset viewer.