Ignore:
Timestamp:
05/12/12 15:48:45 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

The background sounds play back properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/checks.py

    r139 r170  
    77import util
    88from acars import ACARS
     9from sound import startSound
    910
    1011import time
     
    178179                    logger.message(state.timestamp, "Spoilers deployed")
    179180                    self._logged = True
     181                    config = flight.config
     182                    if config.enableSounds and config.speedbrakeAtTD:
     183                        startSound(const.SOUND_SPEEDBRAKE)
    180184            else:
    181185                self._spoilersExtension = state.spoilersExtension
Note: See TracChangeset for help on using the changeset viewer.