diff options
author | UbitUmarov | 2012-06-28 10:57:47 +0100 |
---|---|---|
committer | UbitUmarov | 2012-06-28 10:57:47 +0100 |
commit | de10a16546029663cd5df12db615582b7a50831d (patch) | |
tree | 5d1eb9e38269902a39f9671e2f11b1b639839bb8 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime | |
parent | fix a seg fault in sp.cs (diff) | |
parent | Comment out a spammy message that will spew 4 lines for each request to a (diff) | |
download | opensim-SC-de10a16546029663cd5df12db615582b7a50831d.zip opensim-SC-de10a16546029663cd5df12db615582b7a50831d.tar.gz opensim-SC-de10a16546029663cd5df12db615582b7a50831d.tar.bz2 opensim-SC-de10a16546029663cd5df12db615582b7a50831d.tar.xz |
Merge branch 'avination' into ubitwork
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs index 278f74e..ad4f70c 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -667,7 +667,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
667 | 667 | ||
668 | public static readonly LSLInteger RCERR_UNKNOWN = -1; | 668 | public static readonly LSLInteger RCERR_UNKNOWN = -1; |
669 | public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2; | 669 | public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2; |
670 | public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = 3; | 670 | public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = -3; |
671 | 671 | ||
672 | public const int KFM_MODE = 1; | 672 | public const int KFM_MODE = 1; |
673 | public const int KFM_LOOP = 1; | 673 | public const int KFM_LOOP = 1; |