aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llchat.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llchat.h')
-rw-r--r--linden/indra/llcommon/llchat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llchat.h b/linden/indra/llcommon/llchat.h
index bb2610b..7339e9a 100644
--- a/linden/indra/llcommon/llchat.h
+++ b/linden/indra/llcommon/llchat.h
@@ -50,7 +50,8 @@ typedef enum e_chat_type
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 CHAT_TYPE_REGION = 7,
54 CHAT_TYPE_OWNER = 8
54} EChatType; 55} EChatType;
55 56
56typedef enum e_chat_audible_level 57typedef enum e_chat_audible_level