aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorMax Horn2003-10-14 10:24:27 +0000
committerMax Horn2003-10-14 10:24:27 +0000
commit0aa58f53c881b541c603f0c1d2e4650db3930f88 (patch)
tree27749df583990b0705e9bd9af6d0044fea7f1a50 /scumm
parente9dacde3c596ff22fb12db3eeb1ddf2e2d3982a8 (diff)
downloadscummvm-rg350-0aa58f53c881b541c603f0c1d2e4650db3930f88.tar.gz
scummvm-rg350-0aa58f53c881b541c603f0c1d2e4650db3930f88.tar.bz2
scummvm-rg350-0aa58f53c881b541c603f0c1d2e4650db3930f88.zip
init RNG for everybody using time()
svn-id: r10796
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scummvm.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index aa4eb0a6ba..55a0b604fc 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -585,9 +585,6 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst)
VAR_VERB_ALLOWED = 0xFF;
VAR_CLICK_AREA = 0xFF;
- // Set the RNG seed
- _rnd.setSeed(_system->get_msecs());
-
// Use g_scumm from error() ONLY
g_scumm = this;