Re-enabled 'async' mode for play_sound_file() function.
This commit is contained in:
parent
537ade07f6
commit
feb7e8e03c
@ -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
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user