diff options
author | Roxie Linden <roxie@lindenlab.com> | 2010-04-19 16:24:05 -0700 |
---|---|---|
committer | Roxie Linden <roxie@lindenlab.com> | 2010-04-19 16:24:05 -0700 |
commit | 8d8f167a4e58583c55901448a7bc5dd88b60e5f7 (patch) | |
tree | b4c71519c8d9ae0fd1addece5ea1f1424ded313f /indra/newview/llagent.cpp | |
parent | 7f0a7789903809d489e9f85575be18c88df1ea98 (diff) | |
parent | b55bce5b1b74c612f3a411889df1e0fb57bc3264 (diff) |
automated merge with trunk
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r-- | indra/newview/llagent.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 8bcf680876..deeefb19dd 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -3233,7 +3233,7 @@ bool LLAgent::teleportCore(bool is_local) // MBW -- Let the voice client know a teleport has begun so it can leave the existing channel. // This was breaking the case of teleporting within a single sim. Backing it out for now. -// gVoiceClient->leaveChannel(); +// LLVoiceClient::getInstance()->leaveChannel(); return true; } @@ -3377,7 +3377,7 @@ void LLAgent::setTeleportState(ETeleportState state) if (mTeleportState == TELEPORT_MOVING) { // We're outa here. Save "back" slurl. - mTeleportSourceSLURL = LLAgentUI::buildSLURL(); + LLAgentUI::buildSLURL(mTeleportSourceSLURL); } else if(mTeleportState == TELEPORT_ARRIVING) { |