* Added housekeeping comments, see mailing list in just a moment...

This commit is contained in:
Adam Frisby
2007-07-19 01:08:26 +00:00
parent 23a734d0c7
commit 33b4cc1bb0
5 changed files with 11 additions and 27 deletions

View File

@@ -15,7 +15,7 @@ namespace OpenSim.Region.Environment.Scenes
private const uint FULL_MASK_PERMISSIONS = 2147483647;
private ulong m_regionHandle;
private uint m_flags = 32 + 65536 + 131072 + 256 + 4 + 8 + 2048 + 524288 + 268435456 + 128;
private uint m_flags = 32 + 65536 + 131072 + 256 + 4 + 8 + 2048 + 524288 + 268435456 + 128; // HOUSEKEEPING : Do we really need this?
//private Dictionary<LLUUID, InventoryItem> inventoryItems;
public string SitName = "";