mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
From: alan_webb@us.ibm.com
Make CHANGED constants consistent with LSL, and consistent across the code base
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user