aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ScriptEngine
diff options
context:
space:
mode:
authorMagnuz Binder2015-05-30 14:02:07 +0200
committerMichael Cerquoni2015-06-01 13:09:05 -0400
commitdcf31ee7621d5198e1b96c270def19839690f7c9 (patch)
treea59a16ec031c61e5111f58787f8749d0b7715087 /OpenSim/Region/ScriptEngine
parentAdd an entry for osGetGender to config-include/osslEnable.ini. Thanks to Aust... (diff)
downloadopensim-SC_OLD-dcf31ee7621d5198e1b96c270def19839690f7c9.zip
opensim-SC_OLD-dcf31ee7621d5198e1b96c270def19839690f7c9.tar.gz
opensim-SC_OLD-dcf31ee7621d5198e1b96c270def19839690f7c9.tar.bz2
opensim-SC_OLD-dcf31ee7621d5198e1b96c270def19839690f7c9.tar.xz
Correct constant RCERR_CAST_TIME_EXCEEDED.
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
Diffstat (limited to 'OpenSim/Region/ScriptEngine')
-rw-r--r--OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs2
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 e37d3af..9aecea2 100644
--- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
+++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs
@@ -780,7 +780,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
780 780
781 public static readonly LSLInteger RCERR_UNKNOWN = -1; 781 public static readonly LSLInteger RCERR_UNKNOWN = -1;
782 public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2; 782 public static readonly LSLInteger RCERR_SIM_PERF_LOW = -2;
783 public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = 3; 783 public static readonly LSLInteger RCERR_CAST_TIME_EXCEEDED = -3;
784 784
785 public const int KFM_MODE = 1; 785 public const int KFM_MODE = 1;
786 public const int KFM_LOOP = 1; 786 public const int KFM_LOOP = 1;