diff options
Diffstat (limited to 'linden/indra/newview/llfloatermap.cpp')
-rw-r--r-- | linden/indra/newview/llfloatermap.cpp | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/linden/indra/newview/llfloatermap.cpp b/linden/indra/newview/llfloatermap.cpp index bfbc8bb..b56fb5f 100644 --- a/linden/indra/newview/llfloatermap.cpp +++ b/linden/indra/newview/llfloatermap.cpp | |||
@@ -154,18 +154,6 @@ void LLFloaterMap::draw() | |||
154 | } | 154 | } |
155 | } | 155 | } |
156 | 156 | ||
157 | // [RLVa:KB] - Version: 1.22.11 | Checked: 2009-07-05 (RLVa-1.0.0c) | ||
158 | void LLFloaterMap::open() | ||
159 | { | ||
160 | if (!gRlvHandler.hasBehaviour(RLV_BHVR_SHOWMINIMAP)) | ||
161 | { | ||
162 | LLFloater::open(); | ||
163 | LLFirstUse::useMiniMap(); | ||
164 | } | ||
165 | } | ||
166 | // [/RLVa:KB] | ||
167 | |||
168 | |||
169 | PanelRadar* LLFloaterMap::getRadar() | 157 | PanelRadar* LLFloaterMap::getRadar() |
170 | { | 158 | { |
171 | return mPanelRadar; | 159 | return mPanelRadar; |
@@ -263,3 +251,13 @@ void LLFloaterMap::adjustLayout( bool expand ) | |||
263 | toggle->setRect( temp_rect ); | 251 | toggle->setRect( temp_rect ); |
264 | } | 252 | } |
265 | } | 253 | } |
254 | |||
255 | // [RLVa:KB] - Version: 1.23.4 | Checked: 2009-07-05 (RLVa-1.0.0c) | ||
256 | void LLFloaterMap::open() | ||
257 | { | ||
258 | if (!gRlvHandler.hasBehaviour(RLV_BHVR_SHOWMINIMAP)) | ||
259 | { | ||
260 | LLFloater::open(); | ||
261 | } | ||
262 | } | ||
263 | // [/RLVa:KB] | ||