From d45fc61edc51874755a60746b47200754f29016c Mon Sep 17 00:00:00 2001 From: Hazim Gazov Date: Mon, 3 May 2010 16:09:53 -0300 Subject: [PATCH] goddamn kids and their hoola-hoops, breakin my code --- indra/newview/llloginhandler.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/indra/newview/llloginhandler.cpp b/indra/newview/llloginhandler.cpp index 38d48c976..0d5484a35 100644 --- a/indra/newview/llloginhandler.cpp +++ b/indra/newview/llloginhandler.cpp @@ -120,7 +120,6 @@ void LLLoginHandler::parse(const LLSD& queryMap) { grid_choice = GRID_INFO_MOHINI; } - } else if (queryMap["grid"].asString() == "yami") { grid_choice = GRID_INFO_YAMI; @@ -148,7 +147,7 @@ void LLLoginHandler::parse(const LLSD& queryMap) if(grid_choice != GRID_INFO_NONE) { - LLViewerLogin::getInstance()->setGridChoice((EGridChoice)grid_choice); + LLViewerLogin::getInstance()->setGridChoice((EGridInfo)grid_choice); } std::string startLocation = queryMap["location"].asString();