Fix an uninitialized data block. Thanks, jhurliman

This commit is contained in:
Melanie Thielker
2009-06-17 23:46:13 +00:00
parent 3ee599b900
commit 8aaeec598e

View File

@@ -2724,6 +2724,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
ani.Sender = new AvatarAnimationPacket.SenderBlock();
ani.Sender.ID = sourceAgentId;
ani.AnimationList = new AvatarAnimationPacket.AnimationListBlock[animations.Length];
ani.PhysicalAvatarEventList = new AvatarAnimationPacket.PhysicalAvatarEventListBlock[0];
for (int i = 0; i < animations.Length; ++i)
{