diff options
author | John Hurliman | 2009-10-25 01:10:31 -0700 |
---|---|---|
committer | John Hurliman | 2009-10-25 01:10:31 -0700 |
commit | 7d3860c4cc5b46a882067771291bd2eb631576ca (patch) | |
tree | 20a50877629f2e128afaa387faaf049e61bdb632 /OpenSim/Tools/pCampBot/PhysicsBot.cs | |
parent | Minor tweaks to get OpenSim compiling against both the current libomv and the... (diff) | |
parent | Minor tweaks to get OpenSim compiling against both the current libomv and the... (diff) | |
download | opensim-SC_OLD-7d3860c4cc5b46a882067771291bd2eb631576ca.zip opensim-SC_OLD-7d3860c4cc5b46a882067771291bd2eb631576ca.tar.gz opensim-SC_OLD-7d3860c4cc5b46a882067771291bd2eb631576ca.tar.bz2 opensim-SC_OLD-7d3860c4cc5b46a882067771291bd2eb631576ca.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tools/pCampBot/PhysicsBot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/PhysicsBot.cs b/OpenSim/Tools/pCampBot/PhysicsBot.cs index 426ef29..9cdbf32 100644 --- a/OpenSim/Tools/pCampBot/PhysicsBot.cs +++ b/OpenSim/Tools/pCampBot/PhysicsBot.cs | |||
@@ -271,7 +271,7 @@ namespace pCampBot | |||
271 | string[] bodyparts = Directory.GetFiles(saveDir, "*.bodypart", SearchOption.TopDirectoryOnly); | 271 | string[] bodyparts = Directory.GetFiles(saveDir, "*.bodypart", SearchOption.TopDirectoryOnly); |
272 | InventoryFolder clothfolder = FindClothingFolder(); | 272 | InventoryFolder clothfolder = FindClothingFolder(); |
273 | UUID transid = UUID.Random(); | 273 | UUID transid = UUID.Random(); |
274 | List<InventoryBase> listwearables = new List<InventoryBase>(); | 274 | List<InventoryItem> listwearables = new List<InventoryItem>(); |
275 | 275 | ||
276 | for (int i = 0; i < clothing.Length; i++) | 276 | for (int i = 0; i < clothing.Length; i++) |
277 | { | 277 | { |