summaryrefslogtreecommitdiff
path: root/indra/newview/llvoiceclient.cpp
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-02 21:18:41 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-02 21:18:41 +0000
commitb1519222ab7707107156607799abc5ead51a21e6 (patch)
tree55a939f1f1c55e7bc86469339072f473c7f39861 /indra/newview/llvoiceclient.cpp
parentb90d1d0b6f60684ba2e97959c6a9d2df0ff8ec79 (diff)
parent0c7e18cbc67367e7bcc1fe2cfe59e7068209e814 (diff)
PE merge.
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r--indra/newview/llvoiceclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.cpp b/indra/newview/llvoiceclient.cpp
index 3914064d72..73e1b312fa 100644
--- a/indra/newview/llvoiceclient.cpp
+++ b/indra/newview/llvoiceclient.cpp
@@ -5982,7 +5982,7 @@ bool LLVoiceClient::voiceEnabled()
bool LLVoiceClient::voiceWorking()
{
- return (stateLoggedIn <= mState) && (mState <= stateLeavingSession);
+ return (stateLoggedIn <= mState) && (mState <= stateSessionTerminated);
}
void LLVoiceClient::setLipSyncEnabled(BOOL enabled)