diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-04-20 03:23:03 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-04-20 03:23:03 +0100 |
commit | 7fc33646853e6853f4afb26079afe1512198c24e (patch) | |
tree | 6390dee198e89a4b3dffbecfc0b8251d79ff3303 /indra/newview/llvoiceclient.h | |
parent | d6549677fb0a1f1816813db8be6a04ee55e8b8e1 (diff) |
Sort out the state machine in LLVoiceClient to wait for voice fonts properly.
Diffstat (limited to 'indra/newview/llvoiceclient.h')
-rw-r--r-- | indra/newview/llvoiceclient.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoiceclient.h b/indra/newview/llvoiceclient.h index f6af389b60..16fcb1d3f6 100644 --- a/indra/newview/llvoiceclient.h +++ b/indra/newview/llvoiceclient.h @@ -587,7 +587,8 @@ static void updatePosition(void); stateNeedsLogin, // send login request stateLoggingIn, // waiting for account handle stateLoggedIn, // account handle received - stateFontListReceived, // List of available voice fonts received + stateVoiceFontsWait, // Awaiting the list of voice fonts + stateVoiceFontsReceived, // List of voice fonts received stateCreatingSessionGroup, // Creating the main session group stateNoChannel, // stateJoiningSession, // waiting for session handle |