From 0c2ea7cc9bdee7eaf40b49c78f44e5e003ab5cf4 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Sun, 17 Apr 2011 20:39:54 -0500 Subject: [PATCH] Static'd some llcachedcontrols. --- indra/newview/llvoavatar.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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