Re-enabled 'async' mode for play_sound_file() function.

This commit is contained in:
LoRd_MuldeR 2014-12-20 13:37:20 +01:00
parent 537ade07f6
commit feb7e8e03c
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#define VER_LAMEXP_MINOR_LO 1 #define VER_LAMEXP_MINOR_LO 1
#define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_TYPE Beta
#define VER_LAMEXP_PATCH 9 #define VER_LAMEXP_PATCH 9
#define VER_LAMEXP_BUILD 1638 #define VER_LAMEXP_BUILD 1639
#define VER_LAMEXP_CONFG 1558 #define VER_LAMEXP_CONFG 1558
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -261,7 +261,7 @@ int AboutDialog::exec()
{ {
if(m_firstShow) 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); MUtils::Sound::play_system_sound("SystemStart", true);
} }