From 1b7ef3a912fddcfb3e28e342aae202b92a1878a3 Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Thu, 25 Mar 2010 12:42:13 +0100 Subject: disable voice (for the session) if binary not found --- linden/indra/newview/llvoiceclient.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/indra/newview') diff --git a/linden/indra/newview/llvoiceclient.cpp b/linden/indra/newview/llvoiceclient.cpp index ef817cf..67e4075 100644 --- a/linden/indra/newview/llvoiceclient.cpp +++ b/linden/indra/newview/llvoiceclient.cpp @@ -1753,6 +1753,7 @@ void LLVoiceClient::stateMachine() else { LL_INFOS("Voice") << exe_path << " not found." << LL_ENDL; + mVoiceEnabled = false; } } else -- cgit v1.1