aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.RegionServer/SimClient.cs
diff options
context:
space:
mode:
authorMW2007-05-13 12:48:42 +0000
committerMW2007-05-13 12:48:42 +0000
commit98705e621112d517c63c6f937e1f398e69ad3425 (patch)
tree0caada8484dced975195a887ccf84c0e787a5212 /OpenSim.RegionServer/SimClient.cs
parentAdded very basic support for maps (likely to only work in sandbox mode due to... (diff)
downloadopensim-SC_OLD-98705e621112d517c63c6f937e1f398e69ad3425.zip
opensim-SC_OLD-98705e621112d517c63c6f937e1f398e69ad3425.tar.gz
opensim-SC_OLD-98705e621112d517c63c6f937e1f398e69ad3425.tar.bz2
opensim-SC_OLD-98705e621112d517c63c6f937e1f398e69ad3425.tar.xz
Changed to slightly better textures for the map: a blue one for the sea and one that if you stand at least 10 feet away from the screen and strain your eyes a bit and have really bad vision could maybe look like a island.
Diffstat (limited to 'OpenSim.RegionServer/SimClient.cs')
-rw-r--r--OpenSim.RegionServer/SimClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim.RegionServer/SimClient.cs b/OpenSim.RegionServer/SimClient.cs
index ab13b02..acc873d 100644
--- a/OpenSim.RegionServer/SimClient.cs
+++ b/OpenSim.RegionServer/SimClient.cs
@@ -1136,7 +1136,7 @@ namespace OpenSim
1136 mapReply.LayerData[0].Left = 800; 1136 mapReply.LayerData[0].Left = 800;
1137 mapReply.LayerData[0].Top = 1200; 1137 mapReply.LayerData[0].Top = 1200;
1138 mapReply.LayerData[0].Right = 1200; 1138 mapReply.LayerData[0].Right = 1200;
1139 mapReply.LayerData[0].ImageID = new LLUUID("00000000-0000-0000-9999-000000000001"); 1139 mapReply.LayerData[0].ImageID = new LLUUID("00000000-0000-0000-9999-000000000006");
1140 this.OutPacket(mapReply); 1140 this.OutPacket(mapReply);
1141 } 1141 }
1142 1142