diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-05-30 22:03:43 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2017-05-30 22:03:43 +0100 |
commit | 55612611c679efda5d491944dee75f4768749277 (patch) | |
tree | 244861bd6c8b63f4a68a87bfbac6da79373b94d9 /indra/llmessage/message_prehash.cpp | |
parent | 4d68945595227b0f863a1c496be5da0f3c3c5113 (diff) |
SL-694 - stub support for ObjectAnimation message type
Diffstat (limited to 'indra/llmessage/message_prehash.cpp')
-rw-r--r-- | indra/llmessage/message_prehash.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llmessage/message_prehash.cpp b/indra/llmessage/message_prehash.cpp index 1ae8a6ac15..f8e11e324e 100644 --- a/indra/llmessage/message_prehash.cpp +++ b/indra/llmessage/message_prehash.cpp @@ -818,6 +818,7 @@ char const* const _PREHASH_StateSave = LLMessageStringTable::getInstance()->getS char const* const _PREHASH_RoleData = LLMessageStringTable::getInstance()->getString("RoleData"); char const* const _PREHASH_AgentAnimation = LLMessageStringTable::getInstance()->getString("AgentAnimation"); char const* const _PREHASH_AvatarAnimation = LLMessageStringTable::getInstance()->getString("AvatarAnimation"); +char const* const _PREHASH_ObjectAnimation = LLMessageStringTable::getInstance()->getString("ObjectAnimation"); char const* const _PREHASH_LogDwellTime = LLMessageStringTable::getInstance()->getString("LogDwellTime"); char const* const _PREHASH_ParcelGodMarkAsContent = LLMessageStringTable::getInstance()->getString("ParcelGodMarkAsContent"); char const* const _PREHASH_UsePhysics = LLMessageStringTable::getInstance()->getString("UsePhysics"); |