aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-02 17:55:07 +0000
committerJustin Clarke Casey2008-12-02 17:55:07 +0000
commitd2530084501a25f1643be1b31b2f4e3d0173d51d (patch)
tree51546cc8c2b6651fcdeec740acdc443d03060dd8
parent* Put back NHibernate.Mapping.Attribute.dll even though according to the disc... (diff)
downloadopensim-SC_OLD-d2530084501a25f1643be1b31b2f4e3d0173d51d.zip
opensim-SC_OLD-d2530084501a25f1643be1b31b2f4e3d0173d51d.tar.gz
opensim-SC_OLD-d2530084501a25f1643be1b31b2f4e3d0173d51d.tar.bz2
opensim-SC_OLD-d2530084501a25f1643be1b31b2f4e3d0173d51d.tar.xz
* Apply http://opensimulator.org/mantis/view.php?id=2741
* Fix llTriggerSound() * Thanks Godfrey!
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
index 90b2583..f748522 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
@@ -2055,7 +2055,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
2055 { 2055 {
2056 m_host.AddScriptLPS(1); 2056 m_host.AddScriptLPS(1);
2057 // send the sound, once, to all clients in range 2057 // send the sound, once, to all clients in range
2058 m_host.SendSound(KeyOrName(sound).ToString(), volume, false, 0); 2058 m_host.SendSound(KeyOrName(sound).ToString(), volume, true, 0);
2059 } 2059 }
2060 2060
2061 // Xantor 20080528: Clear prim data of sound instead 2061 // Xantor 20080528: Clear prim data of sound instead