diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp index 5f6892bd208..ed82c04d7de 100644 --- a/engines/hugo/hugo.cpp +++ b/engines/hugo/hugo.cpp @@ -638,7 +638,6 @@ void HugoEngine::initialize() { calcMaxScore(); // Initialize maxscore _rnd = new Common::RandomSource("hugo"); - _rnd->setSeed(42); // Kick random number generator switch (_gameVariant) { case kGameVariantH1Dos: