aboutsummaryrefslogtreecommitdiff
path: root/gob/init.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-04-29 15:01:03 +0000
committerTorbjörn Andersson2005-04-29 15:01:03 +0000
commit5a2d871a2b480c9237b51e910a5d71d91418dfbb (patch)
treed2e94610fa8c6a57da6a1c548a972ddda5d783a1 /gob/init.cpp
parent9bd7d78199341c0698c0047eff0228f3fdc9f1a1 (diff)
downloadscummvm-rg350-5a2d871a2b480c9237b51e910a5d71d91418dfbb.tar.gz
scummvm-rg350-5a2d871a2b480c9237b51e910a5d71d91418dfbb.tar.bz2
scummvm-rg350-5a2d871a2b480c9237b51e910a5d71d91418dfbb.zip
Replaced rand()/srand() with RandomSource. Of course, util_getRandom() is a
pretty unnecessary function - we could call RandomSource directly - but let's take this one thing at a time. svn-id: r17863
Diffstat (limited to 'gob/init.cpp')
-rw-r--r--gob/init.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/gob/init.cpp b/gob/init.cpp
index 7c72dc03f2..2a972ef52c 100644
--- a/gob/init.cpp
+++ b/gob/init.cpp
@@ -68,7 +68,6 @@ void init_soundVideo(int32 smallHeap, int16 flag) {
videoMode);
pFileHandler = 0;
- srand(0);
//if ((flag & 4) == 0)
// vid_findVideo();