From 36f37f317841ee0083d71ed0e2ef545d1ecd1b62 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 17 May 2010 19:02:05 -0700 Subject: Fixed Autopilot > Move feature --- linden/indra/newview/llviewermenu.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linden') diff --git a/linden/indra/newview/llviewermenu.cpp b/linden/indra/newview/llviewermenu.cpp index a71240d..b4b5532 100644 --- a/linden/indra/newview/llviewermenu.cpp +++ b/linden/indra/newview/llviewermenu.cpp @@ -2450,7 +2450,7 @@ bool handle_go_to_confirm() { LLNotifications::instance().add("ConfirmDoubleClickTP", LLSD(), LLSD(), &handle_go_to_callback); } - else if (action == "autopilot") + else if (action == "move") { LLNotifications::instance().add("ConfirmAutoPilot", LLSD(), LLSD(), &handle_go_to_callback); } @@ -2493,7 +2493,7 @@ bool handle_go_to_callback(const LLSD& notification, const LLSD& response) gAgent.setControlFlags(AGENT_CONTROL_STAND_UP); gAgent.teleportViaLocation(pos + hips_offset); } - else if (action == "autopilot") + else if (action == "move") { // JAMESDEBUG try simulator autopilot std::vector strings; -- cgit v1.1