diff options
author | Andrew Meadows <andrew@lindenlab.com> | 2012-12-13 15:43:10 -0800 |
---|---|---|
committer | Andrew Meadows <andrew@lindenlab.com> | 2012-12-13 15:43:10 -0800 |
commit | 834a956a70bb49f1a242681bd611df4bbb7e4cc8 (patch) | |
tree | caf50fa7cb6ce96c1969694cfa2cdd65a171c496 /indra/newview/llviewerobjectlist.h | |
parent | 0270ce079c2090cd25244516648ac1691db00a0d (diff) |
We now handle local_id=0 in KillObject as a prefix to deleted local_id's.
This is the real viewer-side work that was the motivation for MAINT-2123.
Reviewed with Bao.
Diffstat (limited to 'indra/newview/llviewerobjectlist.h')
-rw-r--r-- | indra/newview/llviewerobjectlist.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llviewerobjectlist.h b/indra/newview/llviewerobjectlist.h index 17c8c86ff5..3b26df7de6 100644 --- a/indra/newview/llviewerobjectlist.h +++ b/indra/newview/llviewerobjectlist.h @@ -191,7 +191,6 @@ public: S32 mNumUnknownUpdates; S32 mNumDeadObjectUpdates; - S32 mNumUnknownKills; S32 mNumDeadObjects; protected: std::vector<U64> mOrphanParents; // LocalID/ip,port of orphaned objects |