Fix an uninitialized data block. Thanks, jhurliman

0.6.6-post-fixes
Melanie Thielker 2009-06-17 23:46:13 +00:00
parent 3ee599b900
commit 8aaeec598e
1 changed files with 1 additions and 0 deletions

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)
{