aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/scummvm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp
index 49668511e2..43a04876ab 100644
--- a/scumm/scummvm.cpp
+++ b/scumm/scummvm.cpp
@@ -586,7 +586,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst)
VAR_CLICK_AREA = 0xFF;
// Set the RNG seed
- _rnd.setSeed(_system->get_msec());
+ _rnd.setSeed(_system->get_msecs());
// Use g_scumm from error() ONLY
g_scumm = this;