diff options
| author | Tofu Buzzard <no-email> | 2011-02-10 17:26:02 -0800 |
|---|---|---|
| committer | Tofu Buzzard <no-email> | 2011-02-10 17:26:02 -0800 |
| commit | 5151f02566ddf708d4d5f5cc3a20954bc3a3a48f (patch) | |
| tree | 92933854693793d8b0850ad2317b8735fd274d3a /indra/newview/llagent.cpp | |
| parent | 3738cf241ab547e93c0cd9f0c0250502d93c9092 (diff) | |
| parent | 536e90a2fa037cd669bbdba7be9afb67e394c812 (diff) | |
merge
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rwxr-xr-x[-rw-r--r--] | indra/newview/llagent.cpp | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index de7073be24..3f1bf4c5c2 100644..100755 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -1213,7 +1213,13 @@ BOOL LLAgent::getBusy() const //----------------------------------------------------------------------------- // startAutoPilotGlobal() //----------------------------------------------------------------------------- -void LLAgent::startAutoPilotGlobal(const LLVector3d &target_global, const std::string& behavior_name, const LLQuaternion *target_rotation, void (*finish_callback)(BOOL, void *), void *callback_data, F32 stop_distance, F32 rot_threshold) +void LLAgent::startAutoPilotGlobal( + const LLVector3d &target_global, + const std::string& behavior_name, + const LLQuaternion *target_rotation, + void (*finish_callback)(BOOL, void *), + void *callback_data, + F32 stop_distance, F32 rot_threshold) { if (!isAgentAvatarValid()) { |
