OSDN Git Service

Re-enabled 'async' mode for play_sound_file() function.
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 20 Dec 2014 12:37:20 +0000 (13:37 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 20 Dec 2014 12:37:20 +0000 (13:37 +0100)
src/Config.h
src/Dialog_About.cpp

index a4d147b..95a5633 100644 (file)
@@ -35,7 +35,7 @@
 #define VER_LAMEXP_MINOR_LO                                    1
 #define VER_LAMEXP_TYPE                                                Beta
 #define VER_LAMEXP_PATCH                                       9
-#define VER_LAMEXP_BUILD                                       1638
+#define VER_LAMEXP_BUILD                                       1639
 #define VER_LAMEXP_CONFG                                       1558
 
 ///////////////////////////////////////////////////////////////////////////////
index 5e7d11e..7b09e3d 100644 (file)
@@ -261,7 +261,7 @@ int AboutDialog::exec()
        {
                if(m_firstShow)
                {
-                       if(!MUtils::Sound::play_sound_file("imageres.dll", 5080))
+                       if(!MUtils::Sound::play_sound_file("imageres.dll", 5080, true))
                        {
                                MUtils::Sound::play_system_sound("SystemStart", true);
                        }