aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Sound
diff options
context:
space:
mode:
authorSignpostMarv2012-10-15 14:31:10 +0100
committerJustin Clark-Casey (justincc)2012-10-29 23:38:59 +0000
commite75596524a1d8f1a785d78eccdaf0fa585b703f8 (patch)
tree0695925adf394aa4107089cb76b4f1d171cd4a43 /OpenSim/Region/CoreModules/World/Sound
parentdeduplicating code into a single LoopSound method (diff)
downloadopensim-SC_OLD-e75596524a1d8f1a785d78eccdaf0fa585b703f8.zip
opensim-SC_OLD-e75596524a1d8f1a785d78eccdaf0fa585b703f8.tar.gz
opensim-SC_OLD-e75596524a1d8f1a785d78eccdaf0fa585b703f8.tar.bz2
opensim-SC_OLD-e75596524a1d8f1a785d78eccdaf0fa585b703f8.tar.xz
Formatting SoundModuleNonShared.LoopSound, consistent indentation
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Sound')
-rw-r--r--OpenSim/Region/CoreModules/World/Sound/SoundModuleNonShared.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Sound/SoundModuleNonShared.cs b/OpenSim/Region/CoreModules/World/Sound/SoundModuleNonShared.cs
index 6f35a23..6f61c32 100644
--- a/OpenSim/Region/CoreModules/World/Sound/SoundModuleNonShared.cs
+++ b/OpenSim/Region/CoreModules/World/Sound/SoundModuleNonShared.cs
@@ -264,7 +264,7 @@ namespace OpenSim.Region.CoreModules.World.Sound
264 return; 264 return;
265 265
266 if (isMaster) 266 if (isMaster)
267 m_host.ParentGroup.LoopSoundMasterPrim = m_host; 267 m_host.ParentGroup.LoopSoundMasterPrim = m_host;
268 268
269 if (m_host.Sound != UUID.Zero) 269 if (m_host.Sound != UUID.Zero)
270 StopSound(m_host); 270 StopSound(m_host);