diff options
Diffstat (limited to 'linden/indra/llcommon/doublelinkedlist.h')
-rw-r--r-- | linden/indra/llcommon/doublelinkedlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/doublelinkedlist.h b/linden/indra/llcommon/doublelinkedlist.h index ef289b2..833e73c 100644 --- a/linden/indra/llcommon/doublelinkedlist.h +++ b/linden/indra/llcommon/doublelinkedlist.h | |||
@@ -1362,7 +1362,7 @@ void LLDoubleLinkedList<DATA_TYPE>::scramble() | |||
1362 | DATA_TYPE *datap = getFirstData(); | 1362 | DATA_TYPE *datap = getFirstData(); |
1363 | while(datap) | 1363 | while(datap) |
1364 | { | 1364 | { |
1365 | random_number = gLindenLabRandomNumber.llrand() % 5; | 1365 | random_number = ll_rand(5); |
1366 | 1366 | ||
1367 | if (0 == random_number) | 1367 | if (0 == random_number) |
1368 | { | 1368 | { |