diff options
-rw-r--r-- | engines/hugo/hugo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp index 5f6892bd20..ed82c04d7d 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: |