diff options
author | Magnuz Binder | 2015-05-30 14:02:07 +0200 |
---|---|---|
committer | Michael Cerquoni | 2015-06-01 13:09:05 -0400 |
commit | dcf31ee7621d5198e1b96c270def19839690f7c9 (patch) | |
tree | a59a16ec031c61e5111f58787f8749d0b7715087 /OpenSim | |
parent | Add an entry for osGetGender to config-include/osslEnable.ini. Thanks to Aust... (diff) | |
download | opensim-SC-dcf31ee7621d5198e1b96c270def19839690f7c9.zip opensim-SC-dcf31ee7621d5198e1b96c270def19839690f7c9.tar.gz opensim-SC-dcf31ee7621d5198e1b96c270def19839690f7c9.tar.bz2 opensim-SC-dcf31ee7621d5198e1b96c270def19839690f7c9.tar.xz |
Correct constant RCERR_CAST_TIME_EXCEEDED.
Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
Diffstat (limited to 'OpenSim')
-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 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; |