diff options
author | MW | 2008-06-25 20:14:47 +0000 |
---|---|---|
committer | MW | 2008-06-25 20:14:47 +0000 |
commit | cf1cf738399e659b24d3a4ece2dd091ac8d041fb (patch) | |
tree | f92a97cc7babb1aa47651e9e15ceb7ef5e645aba /OpenSim/Framework | |
parent | first part of Requestmapblocks fixes: Adds uint flags param to the OnRequestM... (diff) | |
download | opensim-SC-cf1cf738399e659b24d3a4ece2dd091ac8d041fb.zip opensim-SC-cf1cf738399e659b24d3a4ece2dd091ac8d041fb.tar.gz opensim-SC-cf1cf738399e659b24d3a4ece2dd091ac8d041fb.tar.bz2 opensim-SC-cf1cf738399e659b24d3a4ece2dd091ac8d041fb.tar.xz |
added the flag param to IClientAPI.SendMapBlock
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 9bb326c..fa2ab0b 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -869,7 +869,7 @@ namespace OpenSim.Framework | |||
869 | void CrossRegion(ulong newRegionHandle, LLVector3 pos, LLVector3 lookAt, IPEndPoint newRegionExternalEndPoint, | 869 | void CrossRegion(ulong newRegionHandle, LLVector3 pos, LLVector3 lookAt, IPEndPoint newRegionExternalEndPoint, |
870 | string capsURL); | 870 | string capsURL); |
871 | 871 | ||
872 | void SendMapBlock(List<MapBlockData> mapBlocks); | 872 | void SendMapBlock(List<MapBlockData> mapBlocks, uint flag); |
873 | void SendLocalTeleport(LLVector3 position, LLVector3 lookAt, uint flags); | 873 | void SendLocalTeleport(LLVector3 position, LLVector3 lookAt, uint flags); |
874 | 874 | ||
875 | void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, | 875 | void SendRegionTeleport(ulong regionHandle, byte simAccess, IPEndPoint regionExternalEndPoint, uint locationID, |