diff options
author | Jacek Antonelli | 2009-05-24 21:52:44 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-05-25 18:37:34 -0500 |
commit | 032d19bdea92fbc4d584fb630a37ceccb07a5a40 (patch) | |
tree | 5accbe86286279499ef21f72863fe21a6a6365d9 /linden/indra/newview/llagent.h | |
parent | Added ConfirmTeleportHome alert text. (diff) | |
download | meta-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.h | 2 |
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); |