aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvoavatar.h
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-22 22:23:51 -0700
committerMcCabe Maxsted2009-09-22 22:23:51 -0700
commit4905d42add2de0d897591f136734b071650e70f8 (patch)
tree9ddf8c65e7b4799e711c698e5523ff3217843a89 /linden/indra/newview/llvoavatar.h
parentClarifed Mini-Map menu option: 'Show Map' to 'Show World Map' (diff)
downloadmeta-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.h3
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 //--------------------------------------------------------------------