diff options
author | Oz Linden <oz@lindenlab.com> | 2011-06-01 07:21:09 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-06-01 07:21:09 -0400 |
commit | e9501b855b32189f1bf627853487a443e6d9daf8 (patch) | |
tree | 3fead613d37b33f51f99a09c8a1fd8ab4f6b3353 /indra/llcommon | |
parent | 6c9b45f4d6776e87cb1d70df0c456d29c3eb0ed7 (diff) | |
parent | d6f7526abf223b671b4e17be48dcc1e46e8f2fd8 (diff) |
merge changes for storm-1299
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llchat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llcommon/llchat.h b/indra/llcommon/llchat.h index 87c2d6775b..f5b242fdfc 100644 --- a/indra/llcommon/llchat.h +++ b/indra/llcommon/llchat.h @@ -49,7 +49,8 @@ typedef enum e_chat_type CHAT_TYPE_STOP = 5, CHAT_TYPE_DEBUG_MSG = 6, CHAT_TYPE_REGION = 7, - CHAT_TYPE_OWNER = 8 + CHAT_TYPE_OWNER = 8, + CHAT_TYPE_DIRECT = 9 // From llRegionSayTo() } EChatType; typedef enum e_chat_audible_level |