diff options
Diffstat (limited to 'linden/indra/newview/llaudiosourcevo.cpp')
-rw-r--r-- | linden/indra/newview/llaudiosourcevo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llaudiosourcevo.cpp b/linden/indra/newview/llaudiosourcevo.cpp index 084d532..b0e0758 100644 --- a/linden/indra/newview/llaudiosourcevo.cpp +++ b/linden/indra/newview/llaudiosourcevo.cpp | |||
@@ -83,7 +83,7 @@ void LLAudioSourceVO::updateGain() | |||
83 | { | 83 | { |
84 | mute = TRUE; | 84 | mute = TRUE; |
85 | } | 85 | } |
86 | else if (gMuteListp->isMuted(mOwnerID)) | 86 | else if (gMuteListp->isMuted(mOwnerID, LLMute::flagObjectSounds)) |
87 | { | 87 | { |
88 | mute = TRUE; | 88 | mute = TRUE; |
89 | } | 89 | } |