diff options
| -rw-r--r-- | indra/newview/llmoveview.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llmoveview.cpp b/indra/newview/llmoveview.cpp index 7df5a33313..2f22512aba 100644 --- a/indra/newview/llmoveview.cpp +++ b/indra/newview/llmoveview.cpp @@ -200,7 +200,7 @@ void LLFloaterMove::setFlyingMode(BOOL fly)  	if (instance)  	{  		instance->setFlyingModeImpl(fly); -		LLVOAvatarSelf* avatar_object = gAgent.getAvatarObject(); +		LLVOAvatarSelf* avatar_object = gAgentAvatarp;  		bool is_sitting = avatar_object  			&& (avatar_object->getRegion() != NULL)  			&& (!avatar_object->isDead()) | 
