diff options
author | MW | 2007-06-10 12:18:22 +0000 |
---|---|---|
committer | MW | 2007-06-10 12:18:22 +0000 |
commit | 1b1226a48370fc3f91ce2253bca848f6b698d40e (patch) | |
tree | 48c8bc9c8d987d302d38b1f42c604e47cb33dd14 /OpenSim/OpenSim.World/AvatarAnimations.cs | |
parent | (no commit message) (diff) | |
download | opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.zip opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.gz opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.bz2 opensim-SC_OLD-1b1226a48370fc3f91ce2253bca848f6b698d40e.tar.xz |
Started to rename "OpenSim.World" to "OpenSim.Region" for lbsa71 as we aim to please!
Diffstat (limited to 'OpenSim/OpenSim.World/AvatarAnimations.cs')
-rw-r--r-- | OpenSim/OpenSim.World/AvatarAnimations.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/OpenSim.World/AvatarAnimations.cs b/OpenSim/OpenSim.World/AvatarAnimations.cs index f13646d..585cf3c 100644 --- a/OpenSim/OpenSim.World/AvatarAnimations.cs +++ b/OpenSim/OpenSim.World/AvatarAnimations.cs | |||
@@ -31,7 +31,7 @@ using System.Text; | |||
31 | using libsecondlife; | 31 | using libsecondlife; |
32 | using System.Xml; | 32 | using System.Xml; |
33 | 33 | ||
34 | namespace OpenSim | 34 | namespace OpenSim.Region |
35 | { | 35 | { |
36 | public class AvatarAnimations | 36 | public class AvatarAnimations |
37 | { | 37 | { |
@@ -64,7 +64,7 @@ namespace OpenSim | |||
64 | 64 | ||
65 | // OpenSim.Framework.Console.MainConsole.Instance.Verbose("Loaded " + AnimsLLUUID.Count.ToString() + " animation(s)"); | 65 | // OpenSim.Framework.Console.MainConsole.Instance.Verbose("Loaded " + AnimsLLUUID.Count.ToString() + " animation(s)"); |
66 | 66 | ||
67 | foreach (KeyValuePair<string, LLUUID> kp in OpenSim.world.Avatar.Animations.AnimsLLUUID) | 67 | foreach (KeyValuePair<string, LLUUID> kp in OpenSim.Region.Avatar.Animations.AnimsLLUUID) |
68 | { | 68 | { |
69 | AnimsNames.Add(kp.Value, kp.Key); | 69 | AnimsNames.Add(kp.Value, kp.Key); |
70 | } | 70 | } |