aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llagent.cpp')
-rw-r--r--linden/indra/newview/llagent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llagent.cpp b/linden/indra/newview/llagent.cpp
index 3f6ab4f..bf54472 100644
--- a/linden/indra/newview/llagent.cpp
+++ b/linden/indra/newview/llagent.cpp
@@ -5612,7 +5612,7 @@ void LLAgent::teleportCancel()
5612 sendReliableMessage(); 5612 sendReliableMessage();
5613 } 5613 }
5614 gTeleportDisplay = FALSE; 5614 gTeleportDisplay = FALSE;
5615 gAgent.setTeleportState( LLAgent::TELEPORT_CANCELLING ); 5615 gAgent.setTeleportState( LLAgent::TELEPORT_NONE );
5616} 5616}
5617 5617
5618 5618