Remove support for the OS_NPC constant. That one seems to be overly paranoid

to have and confuses the issue.
This commit is contained in:
Melanie
2012-07-25 01:28:11 +01:00
parent d69f186f5a
commit af05aaaf36
2 changed files with 2 additions and 4 deletions

View File

@@ -56,7 +56,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public const int ACTIVE = 2;
public const int PASSIVE = 4;
public const int SCRIPTED = 8;
public const int OS_NPC = 0x01000000;
public const int CONTROL_FWD = 1;
public const int CONTROL_BACK = 2;