diff options
author | McCabe Maxsted | 2009-09-22 22:23:51 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-22 22:23:51 -0700 |
commit | 4905d42add2de0d897591f136734b071650e70f8 (patch) | |
tree | 9ddf8c65e7b4799e711c698e5523ff3217843a89 /linden/indra/newview/llvoavatar.h | |
parent | Clarifed Mini-Map menu option: 'Show Map' to 'Show World Map' (diff) | |
download | meta-impy-4905d42add2de0d897591f136734b071650e70f8.zip meta-impy-4905d42add2de0d897591f136734b071650e70f8.tar.gz meta-impy-4905d42add2de0d897591f136734b071650e70f8.tar.bz2 meta-impy-4905d42add2de0d897591f136734b071650e70f8.tar.xz |
Applied particle chat feature from Emerald viewer (tell an object it's selected on channel 9000)
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llvoavatar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llvoavatar.h b/linden/indra/newview/llvoavatar.h index 9806ceb..8607383 100644 --- a/linden/indra/newview/llvoavatar.h +++ b/linden/indra/newview/llvoavatar.h | |||
@@ -918,6 +918,9 @@ public: | |||
918 | static F32 sGreyTime; // Total seconds with >=1 grey avatars | 918 | static F32 sGreyTime; // Total seconds with >=1 grey avatars |
919 | static F32 sGreyUpdateTime; // Last time stats were updated (to prevent multiple updates per frame) | 919 | static F32 sGreyUpdateTime; // Last time stats were updated (to prevent multiple updates per frame) |
920 | 920 | ||
921 | static int sPartsNow; | ||
922 | static LLVector3d sBeamLastAt; | ||
923 | |||
921 | //-------------------------------------------------------------------- | 924 | //-------------------------------------------------------------------- |
922 | // Texture Layer Sets and Global Colors | 925 | // Texture Layer Sets and Global Colors |
923 | //-------------------------------------------------------------------- | 926 | //-------------------------------------------------------------------- |