diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-19 15:32:59 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-04-19 15:32:59 +0100 |
commit | 1f3e0ae090f04929296e94dc3a3128ab3ac73247 (patch) | |
tree | 12ad1d53e1692fd8388f3be12058a41d1bb5728d /indra | |
parent | 47c8cb4891adc74f928f7712f79d7d1032bea567 (diff) | |
parent | 1c352ebb5bfda6d53c844dca130302b79b918796 (diff) |
merge from viewer-trunk
Diffstat (limited to 'indra')
-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()) |