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

Added support for the charter configuration version of the Boeing 737-800

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/soundsched.py

    r176 r191  
    120120    played."""
    121121
    122     _sounds = { const.AIRCRAFT_B736 : const.SOUND_TAXI_BOEING737NG,
    123                 const.AIRCRAFT_B737 : const.SOUND_TAXI_BOEING737NG,
    124                 const.AIRCRAFT_B738 : const.SOUND_TAXI_BOEING737NG,
    125                 const.AIRCRAFT_B762 : const.SOUND_TAXI_BOEING767,
    126                 const.AIRCRAFT_B763 : const.SOUND_TAXI_BOEING767,
    127                 const.AIRCRAFT_F70  : const.SOUND_TAXI_F70 }
    128                    
     122    _sounds = { const.AIRCRAFT_B736  : const.SOUND_TAXI_BOEING737NG,
     123                const.AIRCRAFT_B737  : const.SOUND_TAXI_BOEING737NG,
     124                const.AIRCRAFT_B738  : const.SOUND_TAXI_BOEING737NG,
     125                const.AIRCRAFT_B738C : const.SOUND_TAXI_BOEING737NG,
     126                const.AIRCRAFT_B762  : const.SOUND_TAXI_BOEING767,
     127                const.AIRCRAFT_B763  : const.SOUND_TAXI_BOEING767,
     128                const.AIRCRAFT_F70   : const.SOUND_TAXI_F70 }
     129
    129130    def __init__(self, flight, boardingSound = None):
    130131        """Construct the taxi sound."""
Note: See TracChangeset for help on using the changeset viewer.