aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llworldmap.h
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:04 -0500
committerJacek Antonelli2008-08-15 23:45:04 -0500
commit117e22047c5752352342d64e3fb7ce00a4eb8113 (patch)
treee32de2cfba0dda8705ae528fcd1fbe23ba075685 /linden/indra/newview/llworldmap.h
parentSecond Life viewer sources 1.18.0.6 (diff)
downloadmeta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.zip
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.gz
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.bz2
meta-impy-117e22047c5752352342d64e3fb7ce00a4eb8113.tar.xz
Second Life viewer sources 1.18.1.2
Diffstat (limited to 'linden/indra/newview/llworldmap.h')
-rw-r--r--linden/indra/newview/llworldmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llworldmap.h b/linden/indra/newview/llworldmap.h
index c4af7d8..5aaff63 100644
--- a/linden/indra/newview/llworldmap.h
+++ b/linden/indra/newview/llworldmap.h
@@ -135,8 +135,8 @@ public:
135 // Returns simulator information for named sim, or NULL if non-existent 135 // Returns simulator information for named sim, or NULL if non-existent
136 LLSimInfo* simInfoFromName(const LLString& sim_name); 136 LLSimInfo* simInfoFromName(const LLString& sim_name);
137 137
138 // Returns simulator name 138 // Gets simulator name for a global position, returns true if it was found
139 LLString simNameFromPosGlobal(const LLVector3d& pos_global); 139 bool simNameFromPosGlobal(const LLVector3d& pos_global, LLString & outSimName );
140 140
141 // Sets the current layer 141 // Sets the current layer
142 void setCurrentLayer(S32 layer, bool request_layer = false); 142 void setCurrentLayer(S32 layer, bool request_layer = false);