diff options
Diffstat (limited to 'linden/indra/llcommon/llchat.h')
-rw-r--r-- | linden/indra/llcommon/llchat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llchat.h b/linden/indra/llcommon/llchat.h index b1635a7..bb2610b 100644 --- a/linden/indra/llcommon/llchat.h +++ b/linden/indra/llcommon/llchat.h | |||
@@ -49,7 +49,8 @@ typedef enum e_chat_type | |||
49 | CHAT_TYPE_SHOUT = 2, | 49 | CHAT_TYPE_SHOUT = 2, |
50 | CHAT_TYPE_START = 4, | 50 | CHAT_TYPE_START = 4, |
51 | CHAT_TYPE_STOP = 5, | 51 | CHAT_TYPE_STOP = 5, |
52 | CHAT_TYPE_DEBUG_MSG = 6 | 52 | CHAT_TYPE_DEBUG_MSG = 6, |
53 | CHAT_TYPE_REGION = 7 | ||
53 | } EChatType; | 54 | } EChatType; |
54 | 55 | ||
55 | typedef enum e_chat_audible_level | 56 | typedef enum e_chat_audible_level |