Ignore:
Timestamp:
07/29/16 08:39:59 (8 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Fixed sound playback on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/mlx.py

    r573 r800  
    22from config import Config
    33from i18n import setLanguage
    4 from sound import initializeSound, finalizeSound
     4from sound import preInitializeSound, initializeSound, finalizeSound
    55from util import secondaryInstallation
    66from const import VERSION
     
    7878    setLanguage(programDirectory, config.getLanguage())
    7979
     80    preInitializeSound()
     81
    8082    from .gui.gui import GUI
    8183    gui = GUI(programDirectory, config)
Note: See TracChangeset for help on using the changeset viewer.