Re-add the objectID field to the anim pack, that was deemed unneccessary

and dropped nonths ago, because it is required to get smooth region
crossings with AO running. Without it, in some corner cases, anims will
continue to run in an unstoppable state.
This commit is contained in:
Melanie Thielker
2009-02-17 04:16:42 +00:00
parent 2c272762f8
commit 3130784934
10 changed files with 49 additions and 33 deletions

View File

@@ -393,7 +393,7 @@ namespace OpenSim.Region.Examples.SimpleModule
}
public virtual void SendAnimations(UUID[] animations, int[] seqs, UUID sourceAgentId)
public virtual void SendAnimations(UUID[] animations, int[] seqs, UUID sourceAgentId, UUID[] objectIDs)
{
}