diff options
Diffstat (limited to 'linden/indra/newview/kowopenregionsettings.cpp')
-rw-r--r-- | linden/indra/newview/kowopenregionsettings.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/newview/kowopenregionsettings.cpp b/linden/indra/newview/kowopenregionsettings.cpp index 8aac87c..ef14d2a 100644 --- a/linden/indra/newview/kowopenregionsettings.cpp +++ b/linden/indra/newview/kowopenregionsettings.cpp | |||
@@ -36,6 +36,7 @@ | |||
36 | #include "llviewerobject.h" | 36 | #include "llviewerobject.h" |
37 | #include "llfloaterregioninfo.h" | 37 | #include "llfloaterregioninfo.h" |
38 | #include "llfloaterworldmap.h" | 38 | #include "llfloaterworldmap.h" |
39 | #include "llvoiceclient.h" | ||
39 | 40 | ||
40 | //DEBUG includes | 41 | //DEBUG includes |
41 | //#include "llsdserialize.h" //LLSDNotationStreamer - for dumping LLSD to string | 42 | //#include "llsdserialize.h" //LLSDNotationStreamer - for dumping LLSD to string |
@@ -200,6 +201,12 @@ class OpenRegionInfoUpdate : public LLHTTPNode | |||
200 | { | 201 | { |
201 | gHippoLimits->mAllowParcelWindLight = body["AllowParcelWindLight"].asInteger() == 1; | 202 | gHippoLimits->mAllowParcelWindLight = body["AllowParcelWindLight"].asInteger() == 1; |
202 | } | 203 | } |
204 | if ( body.has("Voice") ) | ||
205 | { | ||
206 | gSavedSettings.setString("VoiceModule", body["Voice"].asString()); | ||
207 | //gVoiceClient->close(); | ||
208 | //gVoiceClient->start(); | ||
209 | } | ||
203 | 210 | ||
204 | if (limitschanged) | 211 | if (limitschanged) |
205 | gFloaterTools->updateToolsSizeLimits(); | 212 | gFloaterTools->updateToolsSizeLimits(); |