diff --git a/scumm/scummvm.cpp b/scumm/scummvm.cpp index 49668511e2d..43a04876abb 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;