aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/CollisionSounds.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/CollisionSounds.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/CollisionSounds.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/CollisionSounds.cs b/OpenSim/Region/Framework/Scenes/CollisionSounds.cs
index f87043e..63aafcd 100644
--- a/OpenSim/Region/Framework/Scenes/CollisionSounds.cs
+++ b/OpenSim/Region/Framework/Scenes/CollisionSounds.cs
@@ -129,7 +129,7 @@ namespace OpenSim.Region.Framework.Scenes
129 if (sog == null || sog.IsDeleted || sog.inTransit) 129 if (sog == null || sog.IsDeleted || sog.inTransit)
130 return; 130 return;
131 131
132 if(sog.CollisionSoundThrootled(part.CollisionSoundType)) 132 if(sog.CollisionSoundThrottled(part.CollisionSoundType))
133 return; 133 return;
134 134
135 float volume = part.CollisionSoundVolume; 135 float volume = part.CollisionSoundVolume;
@@ -206,7 +206,7 @@ namespace OpenSim.Region.Framework.Scenes
206 206
207 if (!HaveSound) 207 if (!HaveSound)
208 { 208 {
209 if(othersog.CollisionSoundThrootled(otherType)) 209 if(othersog.CollisionSoundThrottled(otherType))
210 continue; 210 continue;
211 211
212 if (otherType == 1) 212 if (otherType == 1)