diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-02 21:18:41 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-02 21:18:41 +0000 |
commit | b1519222ab7707107156607799abc5ead51a21e6 (patch) | |
tree | 55a939f1f1c55e7bc86469339072f473c7f39861 /indra/newview/llvoiceclient.cpp | |
parent | b90d1d0b6f60684ba2e97959c6a9d2df0ff8ec79 (diff) | |
parent | 0c7e18cbc67367e7bcc1fe2cfe59e7068209e814 (diff) |
PE merge.
Diffstat (limited to 'indra/newview/llvoiceclient.cpp')
-rw-r--r-- | indra/newview/llvoiceclient.cpp | 2 |
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) |