aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvoiceclient.cpp')
-rw-r--r--linden/indra/newview/llvoiceclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llvoiceclient.cpp b/linden/indra/newview/llvoiceclient.cpp
index 45935db..f0dafef 100644
--- a/linden/indra/newview/llvoiceclient.cpp
+++ b/linden/indra/newview/llvoiceclient.cpp
@@ -848,7 +848,7 @@ LLVoiceClient::LLVoiceClient()
848 848
849 // Load initial state from prefs. 849 // Load initial state from prefs.
850 mVoiceEnabled = gSavedSettings.getBOOL("EnableVoiceChat"); 850 mVoiceEnabled = gSavedSettings.getBOOL("EnableVoiceChat");
851 mUsePTT = gSavedSettings.getBOOL("EnablePushToTalk"); 851 mUsePTT = TRUE; //gSavedSettings.getBOOL("EnablePushToTalk");
852 std::string keyString = gSavedSettings.getString("PushToTalkButton"); 852 std::string keyString = gSavedSettings.getString("PushToTalkButton");
853 setPTTKey(keyString); 853 setPTTKey(keyString);
854 mPTTIsToggle = gSavedSettings.getBOOL("PushToTalkToggle"); 854 mPTTIsToggle = gSavedSettings.getBOOL("PushToTalkToggle");