diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-02 23:47:48 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-02-03 20:05:20 +0200 |
commit | 1dd32bb772bb2f0d6d4f3180965a8bdcf9c1000d (patch) | |
tree | 611ed458baf6aa6754051802a5c20d506f6fc570 /indra/llui | |
parent | 2cf9c01175b8092c3979199302bfaa3ec1471aa8 (diff) |
SL-14796 After teleporting, add notation into Nearby Chat
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llchat.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/indra/llui/llchat.h b/indra/llui/llchat.h index f5b242fdfc..c39e44200c 100644 --- a/indra/llui/llchat.h +++ b/indra/llui/llchat.h @@ -37,7 +37,8 @@ typedef enum e_chat_source_type CHAT_SOURCE_SYSTEM = 0, CHAT_SOURCE_AGENT = 1, CHAT_SOURCE_OBJECT = 2, - CHAT_SOURCE_UNKNOWN = 3 + CHAT_SOURCE_TELEPORT = 3, + CHAT_SOURCE_UNKNOWN = 4 } EChatSourceType; typedef enum e_chat_type @@ -64,7 +65,8 @@ typedef enum e_chat_style { CHAT_STYLE_NORMAL, CHAT_STYLE_IRC, - CHAT_STYLE_HISTORY + CHAT_STYLE_HISTORY, + CHAT_STYLE_TELEPORT_SEP }EChatStyle; // A piece of chat |