From 58ed680d530daf9852d00d33275594dc713ccdac Mon Sep 17 00:00:00 2001 From: Armin Weatherwax Date: Tue, 4 May 2010 20:10:29 +0200 Subject: disable speakers button and hide floateractivespeakers if voice not enabled. --- linden/indra/newview/llvoiceclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linden/indra/newview/llvoiceclient.cpp') diff --git a/linden/indra/newview/llvoiceclient.cpp b/linden/indra/newview/llvoiceclient.cpp index 2c46832..c0d73e7 100644 --- a/linden/indra/newview/llvoiceclient.cpp +++ b/linden/indra/newview/llvoiceclient.cpp @@ -1605,7 +1605,7 @@ void LLVoiceClient::stateMachine() if (count % num == 0) { LL_DEBUGS("Voice") << "region doesn't have ParcelVoiceInfoRequest capability. This is normal for a short time after teleporting, but bad if it persists for very long (" << count << ")." << LL_ENDL; - if (num < 1000) + if (num < 100) { if( ++count2 == 10) { -- cgit v1.1