From e1cbeb7e029032588953fa7d47c3bf0a0ceaad4e Mon Sep 17 00:00:00 2001 From: Shyotl Date: Sat, 24 Dec 2011 11:30:09 -0600 Subject: [PATCH] Oopsies. Undoing a change that shouldn't have made it into the previous commits. Was simply a part of an experiment. --- indra/llaudio/llaudioengine_fmodex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llaudio/llaudioengine_fmodex.cpp b/indra/llaudio/llaudioengine_fmodex.cpp index 1948a0b7d..a9592e1cd 100644 --- a/indra/llaudio/llaudioengine_fmodex.cpp +++ b/indra/llaudio/llaudioengine_fmodex.cpp @@ -504,7 +504,7 @@ bool LLAudioChannelFMODEX::updateBuffer() // setup. if(!mChannelp) { - FMOD_RESULT result = getSystem()->playSound(FMOD_CHANNEL_FREE, soundp, false, &mChannelp); + FMOD_RESULT result = getSystem()->playSound(FMOD_CHANNEL_FREE, soundp, true, &mChannelp); Check_FMOD_Error(result, "FMOD::System::playSound"); }