Minor tweaks to get OpenSim compiling against both the current libomv and the upcoming 0.8.0

This commit is contained in:
John Hurliman
2009-10-25 01:01:26 -07:00
parent 730930955a
commit 593ce2e1fb
3 changed files with 4 additions and 2 deletions

View File

@@ -271,7 +271,7 @@ namespace pCampBot
string[] bodyparts = Directory.GetFiles(saveDir, "*.bodypart", SearchOption.TopDirectoryOnly);
InventoryFolder clothfolder = FindClothingFolder();
UUID transid = UUID.Random();
List<InventoryBase> listwearables = new List<InventoryBase>();
List<InventoryItem> listwearables = new List<InventoryItem>();
for (int i = 0; i < clothing.Length; i++)
{