Ouch! sorry -.-

This commit is contained in:
Siana Gearz
2011-02-25 20:30:31 +01:00
parent c95c83242a
commit 1968cc6024

View File

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