diff options
author | Adam Frisby | 2007-07-19 01:08:26 +0000 |
---|---|---|
committer | Adam Frisby | 2007-07-19 01:08:26 +0000 |
commit | 33b4cc1bb0eb225b43c9d7dc0c77467686912a71 (patch) | |
tree | 101fc6daf67541c49b172267d239ab6afcc12dda /OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart.cs | |
parent | * More cleaning (diff) | |
download | opensim-SC_OLD-33b4cc1bb0eb225b43c9d7dc0c77467686912a71.zip opensim-SC_OLD-33b4cc1bb0eb225b43c9d7dc0c77467686912a71.tar.gz opensim-SC_OLD-33b4cc1bb0eb225b43c9d7dc0c77467686912a71.tar.bz2 opensim-SC_OLD-33b4cc1bb0eb225b43c9d7dc0c77467686912a71.tar.xz |
* Added housekeeping comments, see mailing list in just a moment...
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart.cs b/OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart.cs index b91e04a..4b05e31 100644 --- a/OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart.cs +++ b/OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart.cs | |||
@@ -25,7 +25,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
25 | private const uint FULL_MASK_PERMISSIONS = 2147483647; | 25 | private const uint FULL_MASK_PERMISSIONS = 2147483647; |
26 | 26 | ||
27 | private ulong m_regionHandle; | 27 | private ulong m_regionHandle; |
28 | private uint m_flags = 32 + 65536 + 131072 + 256 + 4 + 8 + 2048 + 524288 + 268435456 + 128; | 28 | private uint m_flags = 32 + 65536 + 131072 + 256 + 4 + 8 + 2048 + 524288 + 268435456 + 128; // HOUSEKEEPING : Do we really need this? |
29 | //private Dictionary<LLUUID, InventoryItem> inventoryItems; | 29 | //private Dictionary<LLUUID, InventoryItem> inventoryItems; |
30 | 30 | ||
31 | public string SitName = ""; | 31 | public string SitName = ""; |