diff options
Diffstat (limited to 'linden/indra/llcharacter')
-rw-r--r-- | linden/indra/llcharacter/llkeyframemotion.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linden/indra/llcharacter/llkeyframemotion.cpp b/linden/indra/llcharacter/llkeyframemotion.cpp index 4cb2227..c1e26a1 100644 --- a/linden/indra/llcharacter/llkeyframemotion.cpp +++ b/linden/indra/llcharacter/llkeyframemotion.cpp | |||
@@ -1246,6 +1246,12 @@ BOOL LLKeyframeMotion::deserialize(LLDataPacker& dp) | |||
1246 | return FALSE; | 1246 | return FALSE; |
1247 | } | 1247 | } |
1248 | 1248 | ||
1249 | if(mJointMotionList->mEmoteName==mID.asString()) | ||
1250 | { | ||
1251 | llwarns << "Malformed animation mEmoteName==mID" << llendl; | ||
1252 | return FALSE; | ||
1253 | } | ||
1254 | |||
1249 | //------------------------------------------------------------------------- | 1255 | //------------------------------------------------------------------------- |
1250 | // get loop | 1256 | // get loop |
1251 | //------------------------------------------------------------------------- | 1257 | //------------------------------------------------------------------------- |