diff options
author | Melanie | 2012-07-25 01:28:11 +0100 |
---|---|---|
committer | Melanie | 2012-07-25 01:28:11 +0100 |
commit | af05aaaf36c402cd774acd62893113681596474c (patch) | |
tree | 27fb698a2096c7db65d12351e48d642379299689 /OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |
parent | Merge branch 'avination' into careminster (diff) | |
download | opensim-SC-af05aaaf36c402cd774acd62893113681596474c.zip opensim-SC-af05aaaf36c402cd774acd62893113681596474c.tar.gz opensim-SC-af05aaaf36c402cd774acd62893113681596474c.tar.bz2 opensim-SC-af05aaaf36c402cd774acd62893113681596474c.tar.xz |
Remove support for the OS_NPC constant. That one seems to be overly paranoid
to have and confuses the issue.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | 1 |
1 files changed, 0 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 5669917..a08cc42 100644 --- a/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs +++ b/OpenSim/Region/ScriptEngine/Shared/Api/Runtime/LSL_Constants.cs | |||
@@ -56,7 +56,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase | |||
56 | public const int ACTIVE = 2; | 56 | public const int ACTIVE = 2; |
57 | public const int PASSIVE = 4; | 57 | public const int PASSIVE = 4; |
58 | public const int SCRIPTED = 8; | 58 | public const int SCRIPTED = 8; |
59 | public const int OS_NPC = 0x01000000; | ||
60 | 59 | ||
61 | public const int CONTROL_FWD = 1; | 60 | public const int CONTROL_FWD = 1; |
62 | public const int CONTROL_BACK = 2; | 61 | public const int CONTROL_BACK = 2; |