diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-03-20 15:22:30 -0700 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-03-20 15:22:30 -0700 |
commit | a2fc83de1e3f47accee9387f2710727edc9e27d4 (patch) | |
tree | c42214d7cf7cf5f5d0824bfe59666f69561873cf /indra/newview/llviewerobject.h | |
parent | d3550dfcd64cfc182fd120338d3e7eb25ac339af (diff) |
BUGFIX: Removing server warning notification that occurs when attempting to use the inner tubes on the premium wilderness region. The updateFlags() was being called while processing a server message, which would result in erroneous data being posted back to the server.
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 ee1bac28ca..192121c021 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -513,6 +513,7 @@ public: void updateFlags(BOOL physics_changed = FALSE); BOOL setFlags(U32 flag, BOOL state); + BOOL setFlagsWithoutUpdate(U32 flag, BOOL state); void setPhysicsShapeType(U8 type); void setPhysicsGravity(F32 gravity); void setPhysicsFriction(F32 friction); |