From feb7e8e03c8727077d30272570b880f59dab1dc6 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 20 Dec 2014 13:37:20 +0100 Subject: [PATCH] Re-enabled 'async' mode for play_sound_file() function. --- src/Config.h | 2 +- src/Dialog_About.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Config.h b/src/Config.h index a4d147b9..95a5633a 100644 --- a/src/Config.h +++ b/src/Config.h @@ -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 /////////////////////////////////////////////////////////////////////////////// diff --git a/src/Dialog_About.cpp b/src/Dialog_About.cpp index 5e7d11e5..7b09e3d8 100644 --- a/src/Dialog_About.cpp +++ b/src/Dialog_About.cpp @@ -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); }