Make CHANGED constants consistent with LSL, and consistent across the
code base
This commit is contained in:
Sean Dague
2008-09-09 14:51:41 +00:00
parent 37557da706
commit f141751cf9
4 changed files with 12 additions and 1 deletions

View File

@@ -54,7 +54,10 @@ namespace OpenSim.Region.Environment.Scenes
TEXTURE = 16,
LINK = 32,
ALLOWED_DROP = 64,
OWNER = 128
OWNER = 128,
REGION_RESTART = 256,
REGION = 512,
TELEPORT = 1024
}
// I don't really know where to put this except here.