diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2017-09-07 12:52:55 +0000 | 
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2017-09-07 12:52:55 +0000 | 
| commit | 3f072ceca06d134727cb1d4ee04779816a5c9604 (patch) | |
| tree | 4ed08fa461cde5cc7107b267133a7ba02acc682e | |
| parent | e6f3cfe247912b27e9c8087da631a2f9d20b56b4 (diff) | |
| parent | 039ba24ed4c3196dc23b3e97314571dd32806eea (diff) | |
Merged in MAINT-5013
Approved-by: Simon Linden <simon@lindenlab.com>
Approved-by: Andrey Lihatskiy <andreylproductengine@lindenlab.com>
Approved-by: Andrey Kleshchev <andreykproductengine@lindenlab.com>
| -rw-r--r-- | indra/newview/llvoavatar.cpp | 4 | 
1 files changed, 0 insertions, 4 deletions
| diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 398b33b5ab..efcdb07176 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -5282,10 +5282,6 @@ LLUUID LLVOAvatar::remapMotionID(const LLUUID& id)  			if (use_new_walk_run)  				result = ANIM_AGENT_FEMALE_RUN_NEW;  		} -		else if (id == ANIM_AGENT_SIT) -		{ -			result = ANIM_AGENT_SIT_FEMALE; -		}  	}  	else  	{ | 
