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/gui/gui.py

    r168 r170  
    11301130        """Handle the hotkeys."""
    11311131        if id==self._hotkeySetID:
    1132             print "gui.GUI._handleHotkeys", hotkeys
     1132            for index in hotkeys:
     1133                if index==0:
     1134                    self._flight.pilotHotkeyPressed()
     1135                else:
     1136                    self._flight.checklistHotkeyPressed()
Note: See TracChangeset for help on using the changeset viewer.