goddamn kids and their hoola-hoops, breakin my code

This commit is contained in:
Hazim Gazov
2010-05-03 16:09:53 -03:00
parent a8f6f94957
commit d45fc61edc

View File

@@ -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();