Merge branch 'master' into V2TextureSystem

This commit is contained in:
Shyotl
2011-04-17 20:42:59 -05:00

View File

@@ -5897,8 +5897,8 @@ std::string LLVOAvatar::getIdleTime()
// animations.
LLUUID LLVOAvatar::remapMotionID(const LLUUID& id)
{
LLCachedControl<bool> use_new_walk_run("UseNewWalkRun",true);
LLCachedControl<bool> use_cross_walk_run("UseCrossWalkRun",false);
static const LLCachedControl<bool> use_new_walk_run("UseNewWalkRun",true);
static const LLCachedControl<bool> use_cross_walk_run("UseCrossWalkRun",false);
LLUUID result = id;
// start special case female walk for female avatars