Add copyright headers. Minor formatting cleanup. Fix some compiler warnings. Fix some m_log declarations.

This commit is contained in:
Jeff Ames
2009-02-13 02:06:28 +00:00
parent 0362c69404
commit 95d53d48d4
16 changed files with 103 additions and 24 deletions

View File

@@ -1054,12 +1054,8 @@ namespace OpenSim.Region.Framework.Scenes
newpos.Y = enterDistance;
}
Vector3 vel = agent.Velocity;
CrossAgentToNewRegionDelegate d = CrossAgentToNewRegionAsync;
d.BeginInvoke(agent, newpos, neighbourx, neighboury, isFlying, CrossAgentToNewRegionCompleted, d);
}
public delegate ScenePresence CrossAgentToNewRegionDelegate(ScenePresence agent, Vector3 pos, uint neighbourx, uint neighboury, bool isFlying);