* 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

@@ -268,7 +268,7 @@ namespace OpenSim.Region.ScriptEngine.Common
return 0;
}
}
public double osTerrainGetHeight(int x, int y)
{
m_host.AddScriptLPS(1);
@@ -530,5 +530,6 @@ namespace OpenSim.Region.ScriptEngine.Common
{
m_host.setScriptEvents(m_itemID, events);
}
}
}