diff options
author | James Cook <james@lindenlab.com> | 2009-12-01 15:01:57 -0800 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-12-01 15:01:57 -0800 |
commit | b79afea3d058d3ad4c5a347bc71f6b50b42eb65d (patch) | |
tree | e2bf00e81b1667110ef0997efeba878e588ae70c /indra/newview/llviewerobject.h | |
parent | ef92508aa1679b713661aeb0cabba1a97501d874 (diff) | |
parent | db9f74d55074d6f814783815a803d81238af507a (diff) |
merge
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 01b213a87d..266c40d493 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -457,6 +457,7 @@ public: inline BOOL flagAnimSource() const { return ((mFlags & FLAGS_ANIM_SOURCE) != 0); } inline BOOL flagCameraSource() const { return ((mFlags & FLAGS_CAMERA_SOURCE) != 0); } inline BOOL flagCameraDecoupled() const { return ((mFlags & FLAGS_CAMERA_DECOUPLED) != 0); } + inline BOOL flagObjectMove() const { return ((mFlags & FLAGS_OBJECT_MOVE) != 0); } bool getIncludeInSearch() const; void setIncludeInSearch(bool include_in_search); |