A bit of code consolidation. Unified code for OUT_TERSE_IMPROVED and OUT_FULL terse subset.

This commit is contained in:
Shyotl
2014-09-15 15:22:33 -05:00
parent 0493a91a42
commit 738ce6422a
2 changed files with 179 additions and 316 deletions

View File

@@ -168,6 +168,8 @@ public:
const EObjectUpdateType update_type,
LLDataPacker *dp);
void processTerseData(LLMessageSystem *mesgsys, void **user_data, U32 block_num, S32& this_update_precision, LLVector3& new_pos_parent, LLQuaternion& new_rot, LLVector3& new_angv, LLVector3& test_pos_parent);
virtual BOOL isActive() const; // Whether this object needs to do an idleUpdate.
BOOL onActiveList() const {return mOnActiveList;}