aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llagent.h
diff options
context:
space:
mode:
authorJacek Antonelli2009-05-24 21:52:44 -0500
committerJacek Antonelli2009-05-25 18:37:34 -0500
commit032d19bdea92fbc4d584fb630a37ceccb07a5a40 (patch)
tree5accbe86286279499ef21f72863fe21a6a6365d9 /linden/indra/newview/llagent.h
parentAdded ConfirmTeleportHome alert text. (diff)
downloadmeta-impy-032d19bdea92fbc4d584fb630a37ceccb07a5a40.zip
meta-impy-032d19bdea92fbc4d584fb630a37ceccb07a5a40.tar.gz
meta-impy-032d19bdea92fbc4d584fb630a37ceccb07a5a40.tar.bz2
meta-impy-032d19bdea92fbc4d584fb630a37ceccb07a5a40.tar.xz
Moved LLAgent::teleportHome() definition.
Was in llagent.h for no good reason, now in llagent.cpp.
Diffstat (limited to 'linden/indra/newview/llagent.h')
-rw-r--r--linden/indra/newview/llagent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llagent.h b/linden/indra/newview/llagent.h
index 97f9aed..bc06e92 100644
--- a/linden/indra/newview/llagent.h
+++ b/linden/indra/newview/llagent.h
@@ -462,7 +462,7 @@ public:
462 void teleportViaLandmark(const LLUUID& landmark_id); 462 void teleportViaLandmark(const LLUUID& landmark_id);
463 463
464 // go home 464 // go home
465 void teleportHome() { teleportViaLandmark(LLUUID::null); } 465 void teleportHome();
466 466
467 // to an invited location 467 // to an invited location
468 void teleportViaLure(const LLUUID& lure_id, BOOL godlike); 468 void teleportViaLure(const LLUUID& lure_id, BOOL godlike);