diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index ebbb479b7..72615e790 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -5882,8 +5882,8 @@ std::string LLVOAvatar::getIdleTime() // animations. LLUUID LLVOAvatar::remapMotionID(const LLUUID& id) { - LLCachedControl use_new_walk_run("UseNewWalkRun",true); - LLCachedControl use_cross_walk_run("UseCrossWalkRun",false); + static const LLCachedControl use_new_walk_run("UseNewWalkRun",true); + static const LLCachedControl use_cross_walk_run("UseCrossWalkRun",false); LLUUID result = id; // start special case female walk for female avatars