summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2009-11-23 15:16:19 -0500
committerLoren Shih <seraph@lindenlab.com>2009-11-23 15:16:19 -0500
commit0c3bd94da9ba2244613b6c1f1f0e4ce9723c46d3 (patch)
tree51e49fabfdf507dd95e5c944327fbaa18e4a876d /indra/newview/llagent.h
parent7e181025c0dc31db2d2d4eb6ccb17ee83f4dc27c (diff)
EXT-2435 : Advanced > Shortcuts > Fly is always ticked
Did a few lines of cleanup for code surrounding this. Issue is still not fixed though. --HG-- branch : avatar-pipeline
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r--indra/newview/llagent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h
index 4162dfce1e..2e95dc72be 100644
--- a/indra/newview/llagent.h
+++ b/indra/newview/llagent.h
@@ -310,7 +310,7 @@ private:
// Fly
//--------------------------------------------------------------------
public:
- BOOL getFlying() const { return mControlFlags & AGENT_CONTROL_FLY; }
+ BOOL getFlying() const;
void setFlying(BOOL fly);
static void toggleFlying();
static bool enableFlying();