Ouch! sorry -.-
This commit is contained in:
@@ -735,9 +735,9 @@ void LLWorldMap::processMapBlockReply(LLMessageSystem* msg, void**)
|
||||
callback(handle, LLWorldMap::getInstance()->mSLURL, image_id, LLWorldMap::getInstance()->mSLURLTeleport);
|
||||
}
|
||||
}
|
||||
if(gAgent.mLureShow)
|
||||
if(LLAgent::lure_show)
|
||||
{
|
||||
if((x_regions == gAgent.mLureGlobalX) && (y_regions == gAgent.mLureGlobalY))
|
||||
if((x_regions == LLAgent::lure_global_x) && (y_regions == LLAgent::lure_global_y))
|
||||
{
|
||||
gAgent.onFoundLureDestination();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user