Various small changes (some likely to be removed again soon)

This commit is contained in:
MW
2007-08-29 15:39:57 +00:00
parent 1a33582c05
commit 36fba5e7e2
9 changed files with 26 additions and 13 deletions

View File

@@ -197,9 +197,10 @@ namespace OpenSim.Region.ClientStack
{
if (AgentAni.AnimationList[i].StartAnim)
{
if (OnStartAnim != null)
{
OnStartAnim(AgentAni.AnimationList[i].AnimID, 1);
OnStartAnim(this, AgentAni.AnimationList[i].AnimID, 1);
}
}
}