diff options
author | Jacek Antonelli | 2008-08-15 23:44:48 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:48 -0500 |
commit | 9b4f54c826ffa4f94efa866068c9d6ecdfb4b424 (patch) | |
tree | 2f8ae193ab487088962e628f1ee9dee2f5901f01 /linden/indra/newview/llanimalcontrols.cpp | |
parent | Second Life viewer sources 1.13.2.12 (diff) | |
download | meta-impy-9b4f54c826ffa4f94efa866068c9d6ecdfb4b424.zip meta-impy-9b4f54c826ffa4f94efa866068c9d6ecdfb4b424.tar.gz meta-impy-9b4f54c826ffa4f94efa866068c9d6ecdfb4b424.tar.bz2 meta-impy-9b4f54c826ffa4f94efa866068c9d6ecdfb4b424.tar.xz |
Second Life viewer sources 1.13.2.15
Diffstat (limited to 'linden/indra/newview/llanimalcontrols.cpp')
-rw-r--r-- | linden/indra/newview/llanimalcontrols.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llanimalcontrols.cpp b/linden/indra/newview/llanimalcontrols.cpp index 8bafe86..2e047ae 100644 --- a/linden/indra/newview/llanimalcontrols.cpp +++ b/linden/indra/newview/llanimalcontrols.cpp | |||
@@ -103,7 +103,7 @@ void LLAnimalControlsVirtualServer::update() | |||
103 | 103 | ||
104 | F32 leftRightSpan = 5.0f; | 104 | F32 leftRightSpan = 5.0f; |
105 | 105 | ||
106 | F32 randomSpan = gLindenLabRandomNumber.llfrand( leftRightSpan ); | 106 | F32 randomSpan = ll_frand( leftRightSpan ); |
107 | 107 | ||
108 | focusPosition += leftDirection * ( - leftRightSpan * ONE_HALF + randomSpan ); | 108 | focusPosition += leftDirection * ( - leftRightSpan * ONE_HALF + randomSpan ); |
109 | } | 109 | } |