diff options
author | Adam Frisby | 2008-04-25 10:37:22 +0000 |
---|---|---|
committer | Adam Frisby | 2008-04-25 10:37:22 +0000 |
commit | 87e2793ca6672ddcfb54de9dd3c1e16008da5956 (patch) | |
tree | a7870b0c79e4f948262d9c39545d4a86e8b7ad8e /OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs | |
parent | * Used thomas' patch m884 as an example to make HUD attachments work. While... (diff) | |
download | opensim-SC-87e2793ca6672ddcfb54de9dd3c1e16008da5956.zip opensim-SC-87e2793ca6672ddcfb54de9dd3c1e16008da5956.tar.gz opensim-SC-87e2793ca6672ddcfb54de9dd3c1e16008da5956.tar.bz2 opensim-SC-87e2793ca6672ddcfb54de9dd3c1e16008da5956.tar.xz |
* Applying mantis#1048 - Patch for osSetRegionWaterHeight()
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs b/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs index e403a12..e5c2173 100644 --- a/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs +++ b/OpenSim/Region/ScriptEngine/Common/OSSL_BuilIn_Commands.cs | |||
@@ -268,7 +268,7 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
268 | return 0; | 268 | return 0; |
269 | } | 269 | } |
270 | } | 270 | } |
271 | 271 | ||
272 | public double osTerrainGetHeight(int x, int y) | 272 | public double osTerrainGetHeight(int x, int y) |
273 | { | 273 | { |
274 | m_host.AddScriptLPS(1); | 274 | m_host.AddScriptLPS(1); |
@@ -530,5 +530,6 @@ namespace OpenSim.Region.ScriptEngine.Common | |||
530 | { | 530 | { |
531 | m_host.setScriptEvents(m_itemID, events); | 531 | m_host.setScriptEvents(m_itemID, events); |
532 | } | 532 | } |
533 | |||
533 | } | 534 | } |
534 | } | 535 | } |