diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-09-16 17:38:01 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-09-16 17:38:01 -0400 |
commit | 6160f12bce6ad4d20676c58af98e48577dc2d45f (patch) | |
tree | 1d23eab8df5d2945a9104dc12261e9c7b9606c4c /indra/newview/llagent.h | |
parent | ac918730bee5d2970e2df0edaa544168486e6e54 (diff) | |
parent | 2fba01d160716b886a7dfc0c86abda767a25d23f (diff) |
merge
Diffstat (limited to 'indra/newview/llagent.h')
-rw-r--r-- | indra/newview/llagent.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llagent.h b/indra/newview/llagent.h index 67ed1923c0..5e23ced424 100644 --- a/indra/newview/llagent.h +++ b/indra/newview/llagent.h @@ -318,7 +318,8 @@ public: void setAFK(); void clearAFK(); BOOL getAFK() const; - + static const F32 MIN_AFK_TIME; + //-------------------------------------------------------------------- // Run //-------------------------------------------------------------------- |