diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-25 18:12:47 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-10-25 18:12:47 +0300 |
commit | a4199b3e3c389d4291007566739382ee1daad9d6 (patch) | |
tree | 6a473c8566c0c17bd4954307ad17b6f7b04fec00 /indra/newview/llviewerobject.h | |
parent | 4f5d78522632920586e7e4bf7acbc908f9492edb (diff) |
SL-12026, SL-1232 and SL-11614
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 873b300489..5322dbfe89 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -822,6 +822,7 @@ protected: BOOL mOnActiveList; BOOL mOnMap; // On the map. BOOL mStatic; // Object doesn't move. + S32 mSeatCount; S32 mNumFaces; F32 mRotTime; // Amount (in seconds) that object has rotated according to angular velocity (llSetTargetOmega) |