diff options
author | Ansariel <none@none> | 2013-02-22 11:19:51 +0100 |
---|---|---|
committer | Ansariel <none@none> | 2013-02-22 11:19:51 +0100 |
commit | 2474385a2a447a9e9d05bb170c6f7a4be8d43249 (patch) | |
tree | bcb552dc53b9c435457d6f6c3dc042567e63a887 /indra/newview/llchatbar.cpp | |
parent | f79f9f111b0db67cacfe9bbe453737f3979b3ba9 (diff) |
STORM-1931: Added option to disable chat animations (say/whisper/shout)
Diffstat (limited to 'indra/newview/llchatbar.cpp')
-rw-r--r-- | indra/newview/llchatbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llchatbar.cpp b/indra/newview/llchatbar.cpp index 7d0331757b..b3bc0ba966 100644 --- a/indra/newview/llchatbar.cpp +++ b/indra/newview/llchatbar.cpp @@ -381,7 +381,7 @@ void LLChatBar::sendChat( EChatType type ) if (!utf8_revised_text.empty()) { // Chat with animation - sendChatFromViewer(utf8_revised_text, type, TRUE); + sendChatFromViewer(utf8_revised_text, type, gSavedSettings.getBOOL("PlayChatAnim")); } } } |