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/AllNewSceneObjectPart2.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/AllNewSceneObjectPart2.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart2.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart2.cs b/OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart2.cs index b0df4af..4792d15 100644 --- a/OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart2.cs +++ b/OpenSim/Region/Environment/Scenes/AllNewSceneObjectPart2.cs | |||
@@ -15,7 +15,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
15 | private const uint FULL_MASK_PERMISSIONS = 2147483647; | 15 | private const uint FULL_MASK_PERMISSIONS = 2147483647; |
16 | 16 | ||
17 | private ulong m_regionHandle; | 17 | private ulong m_regionHandle; |
18 | private uint m_flags = 32 + 65536 + 131072 + 256 + 4 + 8 + 2048 + 524288 + 268435456 + 128; | 18 | private uint m_flags = 32 + 65536 + 131072 + 256 + 4 + 8 + 2048 + 524288 + 268435456 + 128; // HOUSEKEEPING : Do we really need this? |
19 | //private Dictionary<LLUUID, InventoryItem> inventoryItems; | 19 | //private Dictionary<LLUUID, InventoryItem> inventoryItems; |
20 | 20 | ||
21 | public string SitName = ""; | 21 | public string SitName = ""; |