* Applying mantis#1048 - Patch for osSetRegionWaterHeight()

This commit is contained in:
Adam Frisby
2008-04-25 10:37:22 +00:00
parent 421730d972
commit 87e2793ca6
5 changed files with 20 additions and 3 deletions

View File

@@ -111,7 +111,6 @@ namespace OpenSim.Region.ScriptEngine.Common
}
public void Start(BuilIn_Commands LSL_Functions)
{
m_LSL_Functions = LSL_Functions;
@@ -159,7 +158,10 @@ namespace OpenSim.Region.ScriptEngine.Common
{
return m_LSL_Functions.llSin(f);
}
public void osSetRegionWaterHeight(double height)
{
m_LSL_Functions.osSetRegionWaterHeight(height);
}
public double llCos(double f)
{
return m_LSL_Functions.llCos(f);